Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/bootpd/
H A Dbootp.h102 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
H A Dbootpd.c1296 case TAG_SUBNET_MASK:
1329 *vp++ = TAG_SUBNET_MASK;/* -1 byte */
/freebsd-12.1/stand/libsa/
H A Dbootp.h79 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
H A Dbootp.c119 bp_vend[27] = TAG_SUBNET_MASK; in bootp_fill_request()
384 if (tag == TAG_SUBNET_MASK) { in vend_rfc1048()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-bootp.c96 #define TAG_SUBNET_MASK ((uint8_t) 1) macro
417 { TAG_SUBNET_MASK, "iSubnet-Mask" }, /* subnet mask (RFC950) */