Home
last modified time | relevance | path

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

/dflybsd-src/libexec/bootpd/
H A Dlookup.c44 case HTYPE_IEEE802: in lookup_hwa()
H A Dbootp.h81 #define HTYPE_IEEE802 6 macro
H A Dreadfile.c211 {"ieee802", HTYPE_IEEE802},
212 {"tr", HTYPE_IEEE802},
213 {"token-ring", HTYPE_IEEE802},
H A Dbootpd.c678 bp->bp_htype == HTYPE_IEEE802) in handle_request()
/dflybsd-src/sbin/dhclient/
H A Ddhcp.h84 #define HTYPE_IEEE802 6 /* IEEE 802.2 Token Ring... */ macro
H A Dparse.c159 hardware->htype = HTYPE_IEEE802; in parse_hardware_param()