Home
last modified time | relevance | path

Searched refs:TAG_SUBNET_MASK (Results 1 – 5 of 5) sorted by relevance

/freebsd/libexec/bootpd/
H A Dbootp.h100 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
H A Dbootpd.c1273 case TAG_SUBNET_MASK: in dovend_rfc1048()
1306 *vp++ = TAG_SUBNET_MASK;/* -1 byte */ in dovend_rfc1048()
/freebsd/stand/libsa/
H A Dbootp.h77 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
H A Dbootp.c113 bp_vend[27] = TAG_SUBNET_MASK; in bootp_fill_request()
339 if (tag == TAG_SUBNET_MASK) { in vend_rfc1048()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c93 #define TAG_SUBNET_MASK ((uint8_t) 1) macro
409 { TAG_SUBNET_MASK, "iSubnet-Mask" }, /* subnet mask (RFC950) */