HomeSort by: relevance | last modified time | path
    Searched refs:TAG_SUBNET_MASK (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 74 #define TAG_SUBNET_MASK ((unsigned char) 1)
bootp.c 101 *area++ = TAG_SUBNET_MASK;
383 if (tag == TAG_SUBNET_MASK && size >= sizeof(smask)) {
  /src/usr.sbin/bootp/common/
bootp.h 101 #define TAG_SUBNET_MASK ((unsigned char) 1)
  /src/sys/nfs/
nfs_bootdhcp.c 161 #define TAG_SUBNET_MASK ((unsigned char) 1)
462 *area++ = TAG_SUBNET_MASK;
741 case TAG_SUBNET_MASK:
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1272 case TAG_SUBNET_MASK:
1305 *vp++ = TAG_SUBNET_MASK;/* -1 byte */

Completed in 15 milliseconds