Searched refs:TAG_DHCP_MESSAGE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dbootp.h139 #define TAG_DHCP_MESSAGE ((u_int8_t) 53)
197 /* DHCP Message types (values for TAG_DHCP_MESSAGE option) */
138 #define TAG_DHCP_MESSAGE macro
H A Dprint-bootp.c263 { TAG_DHCP_MESSAGE, " DHCP-Message" },
431 if (tag == TAG_DHCP_MESSAGE && len == 1) {

Completed in 111 milliseconds