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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h103 #define TAG_SUBNET_MASK ((unsigned char) 1)
102 #define TAG_SUBNET_MASK macro
H A Dbootpd.c1304 case TAG_SUBNET_MASK:
1337 *vp++ = TAG_SUBNET_MASK;/* -1 byte */
/freebsd-12-stable/stand/libsa/
H A Dbootp.h80 #define TAG_SUBNET_MASK ((unsigned char) 1)
79 #define TAG_SUBNET_MASK macro
H A Dbootp.c119 bp_vend[27] = TAG_SUBNET_MASK;
384 if (tag == TAG_SUBNET_MASK) {
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c96 #define TAG_SUBNET_MASK ((uint8_t) 1) macro
418 { TAG_SUBNET_MASK, "iSubnet-Mask" }, /* subnet mask (RFC950) */

Completed in 108 milliseconds