Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dbootp.h100 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
/netbsd-src/sys/lib/libsa/
H A Dbootp.h74 #define TAG_SUBNET_MASK ((unsigned char) 1) macro
H A 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/
H A 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/usr.sbin/bootp/bootpd/
H A Dbootpd.c1263 case TAG_SUBNET_MASK: in dovend_rfc1048()
1296 *vp++ = TAG_SUBNET_MASK;/* -1 byte */ in dovend_rfc1048()