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

/netbsd-current/usr.sbin/bootp/common/
H A Dbootp.h101 #define TAG_SUBNET_MASK ((unsigned char) 1)
100 #define TAG_SUBNET_MASK macro
/netbsd-current/sys/lib/libsa/
H A Dbootp.h74 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
H A Dbootp.c101 *area++ = TAG_SUBNET_MASK;
383 if (tag == TAG_SUBNET_MASK && size >= sizeof(smask)) {
/netbsd-current/sys/nfs/
H A Dnfs_bootdhcp.c161 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
462 *area++ = TAG_SUBNET_MASK;
741 case TAG_SUBNET_MASK:
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bootp.c100 #define TAG_SUBNET_MASK ((uint8_t) 1) macro
414 { TAG_SUBNET_MASK, "iSubnet-Mask" }, /* subnet mask (RFC950) */
/netbsd-current/usr.sbin/bootp/bootpd/
H A Dbootpd.c1272 case TAG_SUBNET_MASK:
1305 *vp++ = TAG_SUBNET_MASK;/* -1 byte */

Completed in 180 milliseconds