Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/common/
Dbootp.h102 #define TAG_GATEWAY ((unsigned char) 3) macro
/netbsd/src/sys/lib/libsa/
Dbootp.h76 #define TAG_GATEWAY ((unsigned char) 3) macro
Dbootp.c102 *area++ = TAG_GATEWAY; in bootp_addvend()
386 if (tag == TAG_GATEWAY && size >= sizeof(gateip.s_addr)) { in vend_rfc1048()
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c163 #define TAG_GATEWAY ((unsigned char) 3) macro
463 *area++ = TAG_GATEWAY; in bootp_addvend()
748 case TAG_GATEWAY: in bootp_extract()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c100 #define TAG_GATEWAY ((uint8_t) 3) macro
416 { TAG_GATEWAY, "iDefault-Gateway" }, /* default gateway */
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c1301 (void) insert_ip(TAG_GATEWAY, in dovend_rfc1048()