Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/toys/pending/
H A Darp.c55 struct type hwtype[] = { variable
220 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER) in arp_main()
249 if ((FLAG(H) && get_index(hwtype, TT.hw_type) != h_type) || in arp_main()
262 for (i = 0; hwtype[i].name; i++) in arp_main()
263 if (hwtype[i].val & h_type) break; in arp_main()
264 if (!hwtype[i].name) error_exit("unknown h/w type"); in arp_main()
269 } else printf(" %s [%s]", hw_addr, hwtype[i].name); in arp_main()
H A Ddhcp6.c103 uint16_t hwtype; member
192 duid->hwtype = htons(1); in fill_clientID()
H A Ddhcpd.c215 uint16_t hwtype; member
1862 (*server_duid_p).hwtype = htons(1); in dhcpd_main()
/third_party/lwip/src/include/lwip/prot/
H A Detharp.h87 PACK_STRUCT_FIELD(u16_t hwtype);
/third_party/lwip/src/core/ipv4/
H A Detharp.c687 if ((hdr->hwtype != PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET)) ||
693 hdr->hwtype, (u16_t)hdr->hwlen, hdr->proto, (u16_t)hdr->protolen));
1180 hdr->hwtype = PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET);
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c93 etharphdr->hwtype = htons(LWIP_IANA_HWTYPE_ETHERNET); in create_arp_response()

Completed in 8 milliseconds