Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/common/
Dbootp.h100 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
/netbsd/src/sys/lib/libsa/
Dbootp.h74 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
Dbootp.c101 *area++ = TAG_SUBNET_MASK; in bootp_addvend()
383 if (tag == TAG_SUBNET_MASK && size >= sizeof(smask)) { in vend_rfc1048()
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c161 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
462 *area++ = TAG_SUBNET_MASK; in bootp_addvend()
741 case TAG_SUBNET_MASK: in bootp_extract()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c98 #define TAG_SUBNET_MASK ((uint8_t) 1) macro
414 { TAG_SUBNET_MASK, "iSubnet-Mask" }, /* subnet mask (RFC950) */
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c1263 case TAG_SUBNET_MASK: in dovend_rfc1048()
1296 *vp++ = TAG_SUBNET_MASK;/* -1 byte */ in dovend_rfc1048()