/external/llvm-project/clang/test/CodeGen/X86/ |
D | keylocker.c | 14 unsigned int test_encodekey128_u32(unsigned int htype, __m128i key, void *h) { in test_encodekey128_u32() argument 41 return _mm_encodekey128_u32(htype, key, h); in test_encodekey128_u32() 44 unsigned int test_encodekey256_u32(unsigned int htype, __m128i key_lo, __m128i key_hi, void *h) { in test_encodekey256_u32() argument 75 return _mm_encodekey256_u32(htype, key_lo, key_hi, h); in test_encodekey256_u32()
|
/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_tcp.c | 40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_TCP; in parse_tcp()
|
D | p_eth.c | 40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_ETH; in parse_eth()
|
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/iptables/extensions/ |
D | libebt_arp.t | 3 -p ARP --arp-htype ! 1;=;OK 12 --arp-htype 1;=;FAIL
|
D | libebt_arp.c | 205 arpinfo->htype = htons(i); in brarp_parse() 305 printf("%d ", ntohs(arpinfo->htype)); in brarp_print()
|
/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/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/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/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/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/llvm-project/llvm/test/CodeGen/X86/ |
D | keylocker-intrinsics-fast-isel.ll | 17 define i32 @test_encodekey128_u32(i32 %htype, <2 x i64> %key, i8* nocapture %h) { 29 …4>, <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } @llvm.x86.encodekey128(i32 %htype, <2 x i64> %key) 57 define i32 @test_encodekey256_u32(i32 %htype, <2 x i64> %key_lo, <2 x i64> %key_hi, i8* nocapture %… 70 … <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } @llvm.x86.encodekey256(i32 %htype, <2 x i64> %key_lo…
|
D | keylocker-intrinsics.ll | 36 define i32 @test_encodekey128_u32(i32 %htype, <2 x i64> %key, <2 x i64>* nocapture %h0, <2 x i64>* … 75 …4>, <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } @llvm.x86.encodekey128(i32 %htype, <2 x i64> %key) 92 define i32 @test_encodekey256_u32(i32 %htype, <2 x i64> %key_lo, <2 x i64> %key_hi, <2 x i64>* noca… 131 … <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } @llvm.x86.encodekey256(i32 %htype, <2 x i64> %key_lo…
|
/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()
|