Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/toys/pending/
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()
Ddhcp6.c103 uint16_t hwtype; member
192 duid->hwtype = htons(1); in fill_clientID()
Ddhcpd.c215 uint16_t hwtype; member
1863 (*server_duid_p).hwtype = htons(1); in dhcpd_main()
/third_party/lwip/src/include/lwip/prot/
Detharp.h87 PACK_STRUCT_FIELD(u16_t hwtype);
/third_party/mbedtls/tests/data_files/
Dtest-ca.opensslconf34 hwtype = OID:1.3.6.1.4.1.17.3
/third_party/lwip/src/core/ipv4/
Detharp.c655 if ((hdr->hwtype != PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET)) ||
661 hdr->hwtype, (u16_t)hdr->hwlen, hdr->proto, (u16_t)hdr->protolen));
1148 hdr->hwtype = PP_HTONS(LWIP_IANA_HWTYPE_ETHERNET);
/third_party/lwip/test/unit/etharp/
Dtest_etharp.c93 etharphdr->hwtype = htons(LWIP_IANA_HWTYPE_ETHERNET); in create_arp_response()