Searched refs:hwtype (Results 1 – 7 of 7) sorted by relevance
55 struct type hwtype[] = { variable220 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()
103 uint16_t hwtype; member192 duid->hwtype = htons(1); in fill_clientID()
215 uint16_t hwtype; member1863 (*server_duid_p).hwtype = htons(1); in dhcpd_main()
87 PACK_STRUCT_FIELD(u16_t hwtype);
34 hwtype = OID:1.3.6.1.4.1.17.3
655 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);
93 etharphdr->hwtype = htons(LWIP_IANA_HWTYPE_ETHERNET); in create_arp_response()