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

  /src/sys/lib/libsa/
bootp.h 76 #define TAG_GATEWAY ((unsigned char) 3)
bootp.c 102 *area++ = TAG_GATEWAY;
386 if (tag == TAG_GATEWAY && size >= sizeof(gateip.s_addr)) {
  /src/usr.sbin/bootp/common/
bootp.h 103 #define TAG_GATEWAY ((unsigned char) 3)
  /src/sys/nfs/
nfs_bootdhcp.c 163 #define TAG_GATEWAY ((unsigned char) 3)
463 *area++ = TAG_GATEWAY;
748 case TAG_GATEWAY:
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1310 (void) insert_ip(TAG_GATEWAY,

Completed in 14 milliseconds