Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/clang/test/CodeGen/X86/
Dkeylocker.c14 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/
Dm_pedit.c144 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 …]
Dm_pedit.h51 enum pedit_header_type htype; member
56 enum pedit_header_type htype; member
Dp_udp.c40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_UDP; in parse_udp()
Dp_tcp.c40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_TCP; in parse_tcp()
Dp_eth.c40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_ETH; in parse_eth()
Dp_ip6.c40 tkey->htype = TCA_PEDIT_KEY_EX_HDR_TYPE_IP6; in parse_ip6()
Dp_ip.c37 tkey->htype = sel->extended ? in parse_ip()
/external/iptables/extensions/
Dlibebt_arp.t3 -p ARP --arp-htype ! 1;=;OK
12 --arp-htype 1;=;FAIL
Dlibebt_arp.c205 arpinfo->htype = htons(i); in brarp_parse()
305 printf("%d ", ntohs(arpinfo->htype)); in brarp_print()
/external/wpa_supplicant_8/src/common/
Ddhcp.h26 u8 htype; member
45 u8 htype; member
/external/tcpdump/tests/
Dbootp_asan.out2 …18.0.0.15.16896 > 107.95.83.32.68: BOOTP/DHCP, unknown (0x00), length 59384, htype 0, hlen 0, hops…
Dbootp_asan-2.out2 …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/
Debt_arp.h23 __be16 htype; member
/external/dnsmasq/src/
Drfc2131.c155 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 …]
Ddhcp.c229 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()
Ddnsmasq.h556 u8 op, htype, hlen, hops; member
/external/tcpdump/
Dprint-atalk.c52 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/
Diplink.c1161 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/
Dwps_upnp_web.c1351 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/
Ddriver_wired.c61 u_int8_t htype; member
/external/llvm-project/llvm/test/CodeGen/X86/
Dkeylocker-intrinsics-fast-isel.ll17 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…
Dkeylocker-intrinsics.ll36 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/
Dfils_hlp.c344 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
/external/toybox/toys/pending/
Ddhcp.c151 uint8_t htype; member
994 state->pdhcp.htype = DHCP_HTYPE_ETHERNET; in dhcpc_sendmsg()

12