Home
last modified time | relevance | path

Searched refs:ipv6h (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/netmap/
H A Dpkt_hash.c210 decode_ipv6_n_hash(const struct ip6_hdr *ipv6h, uint8_t hash_split, uint8_t seed) in decode_ipv6_n_hash() argument
216 saddr = ipv6h->ip6_src.s6_addr[0] | in decode_ipv6_n_hash()
217 (ipv6h->ip6_src.s6_addr[1] << 8) | in decode_ipv6_n_hash()
218 (ipv6h->ip6_src.s6_addr[2] << 16) | in decode_ipv6_n_hash()
219 (ipv6h->ip6_src.s6_addr[3] << 24); in decode_ipv6_n_hash()
220 daddr = ipv6h->ip6_dst.s6_addr[0] | in decode_ipv6_n_hash()
221 (ipv6h->ip6_dst.s6_addr[1] << 8) | in decode_ipv6_n_hash()
222 (ipv6h->ip6_dst.s6_addr[2] << 16) | in decode_ipv6_n_hash()
223 (ipv6h->ip6_dst.s6_addr[3] << 24); in decode_ipv6_n_hash()
234 switch(ntohs(ipv6h->ip6_ctlun.ip6_un1.ip6_un1_nxt)) { in decode_ipv6_n_hash()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dndisc_snoop.c28 struct ip6_hdr ipv6h; member
122 os_memcpy(&saddr, &msg->ipv6h.ip6_src, sizeof(saddr)); in handle_ndisc()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c71 struct ipv6hdr *ipv6h = in iwl_mvm_tx_csum() local
73 unsigned int off = sizeof(*ipv6h); in iwl_mvm_tx_csum()
75 protocol = ipv6h->nexthdr; in iwl_mvm_tx_csum()