/external/iproute2/tc/ |
D | m_pedit.c | 144 keys_ex[hwm].htype = tkey->htype; in pack_key() 147 if (tkey->htype != TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK || in pack_key() 574 k->htype = rta_getattr_u16(tb[TCA_PEDIT_KEY_EX_HTYPE]); in pedit_keys_ex_getattr() 601 if (addattr16(n, MAX_MSG, TCA_PEDIT_KEY_EX_HTYPE, k->htype) || in pedit_keys_ex_addattr() 720 enum pedit_header_type htype, __u32 off) in print_pedit_location() argument 722 if (htype == TCA_PEDIT_KEY_EX_HDR_TYPE_NETWORK) { in print_pedit_location() 727 if (htype < ARRAY_SIZE(pedit_htype_str)) in print_pedit_location() 728 fprintf(f, "%s", pedit_htype_str[htype]); in print_pedit_location() 730 fprintf(f, "unknown(%d)", htype); in print_pedit_location() 798 enum pedit_header_type htype = in print_pedit() local [all …]
|
D | m_pedit.h | 51 enum pedit_header_type htype; member 56 enum pedit_header_type htype; member
|
D | p_udp.c | 40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_UDP; in parse_udp()
|
D | p_eth.c | 40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_ETH; in parse_eth()
|
D | p_tcp.c | 40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_TCP; in parse_tcp()
|
D | p_ip6.c | 40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_IP6; in parse_ip6()
|
D | p_ip.c | 37 tkey->htype = sel->extended ? in parse_ip()
|
/external/wpa_supplicant_8/src/common/ |
D | dhcp.h | 26 u8 htype; member 45 u8 htype; member
|
/external/tcpdump/tests/ |
D | bootp_asan.out | 2 …18.0.0.15.16896 > 107.95.83.32.68: BOOTP/DHCP, unknown (0x00), length 59384, htype 0, hlen 0, hops…
|
D | bootp_asan-2.out | 2 …18.0.0.15.16896 > 107.95.83.32.68: BOOTP/DHCP, unknown (0x00), length 59384, htype 0, hlen 0, hops…
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 23 __be16 htype; member
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 28 u8 htype; member 137 p.dhcp_hdr.htype = HWT_ETHER; in send_dhcp_discover()
|
/external/dnsmasq/src/ |
D | rfc2131.c | 155 if (mess->htype == 0 && mess->hlen != 0) return 0; in dhcp_reply() 246 lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, clid, clid_len); in dhcp_reply() 256 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len); in dhcp_reply() 261 (mac->hwaddr_type == mess->htype || mac->hwaddr_type == 0) && in dhcp_reply() 337 mess->htype, NULL); in dhcp_reply() 352 if (mess->htype == 0 || mess->hlen == 0 || (context->flags & CONTEXT_PROXY)) return 0; in dhcp_reply() 394 (lease->hwaddr_len != mess->hlen || lease->hwaddr_type != mess->htype || in dhcp_reply() 398 … if (!(lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, NULL, 0)) || in dhcp_reply() 431 lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0); in dhcp_reply() 519 mess->htype, hostname); in dhcp_reply() [all …]
|
D | dhcp.c | 229 mess->hlen > sizeof(ifr.ifr_addr.sa_data) || mess->htype == 0) { in dhcp_packet() 250 req.arp_ha.sa_family = mess->htype; in dhcp_packet()
|
D | dnsmasq.h | 556 u8 op, htype, hlen, hops; member
|
/external/iproute2/ip/ |
D | iplink.c | 1161 static int get_address(const char *dev, int *htype) in get_address() argument 1198 *htype = me.sll_hatype; in get_address() 1249 int htype, halen; in do_set() local 1366 halen = get_address(dev, &htype); in do_set() 1370 if (parse_address(dev, htype, halen, in do_set() 1375 if (parse_address(dev, htype, halen, in do_set()
|
/external/tcpdump/ |
D | print-atalk.c | 52 uint16_t htype, ptype; member 228 if (EXTRACT_16BITS(&ap->htype) == 1 && in aarp_print() 246 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype), in aarp_print()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 1351 enum httpread_hdr_type htype = http_request_get_type(req); in web_connection_check_data() local 1365 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port)); in web_connection_check_data() 1367 switch (htype) { in web_connection_check_data()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 61 u_int8_t htype; member
|
/external/syzkaller/sys/linux/ |
D | vnet.txt | 148 htype flags[arp_htypes, int16be] 160 htype const[ARPHRD_ETHER, int16be] 172 htype const[ARPHRD_ETHER, int16be]
|
D | netfilter_bridge.txt | 225 htype flags[arp_htypes, int16be]
|
D | socket_netlink_route_sched.txt | 926 htype flags[pedit_header_type, int16]
|
/external/wpa_supplicant_8/src/ap/ |
D | fils_hlp.c | 344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 151 uint8_t htype; member 994 state->pdhcp.htype = DHCP_HTYPE_ETHERNET; in dhcpc_sendmsg()
|
D | dhcpd.c | 139 uint8_t htype; member 1017 gstate.send.send_pkt.htype = 1; in prepare_send_pkt()
|