Home
last modified time | relevance | path

Searched refs:next_hop6 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c461 struct sockaddr_in6 *next_hop6; in udp6_input() local
463 next_hop6 = (struct sockaddr_in6 *)(fwd_tag + 1); in udp6_input()
479 uh->uh_sport, &next_hop6->sin6_addr, in udp6_input()
480 next_hop6->sin6_port ? htons(next_hop6->sin6_port) : in udp6_input()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.h271 struct in6_addr next_hop6; member
H A Dnetflow_v9.c304 rec->next_hop = fed6->n.next_hop6; in export9_add()
H A Dnetflow.c438 fle6->f.n.next_hop6 = nh->gw6_sa.sin6_addr; in hash6_insert()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h271 struct in6_addr next_hop6; member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c192 psa = args.next_hop6; in ipfw_check_packet()
H A Dip_fw_private.h119 struct sockaddr_in6 *next_hop6; member
H A Dip_fw2.c3066 args->next_hop6 = sin6; in ipfw_chk()
/f-stack/freebsd/netinet/
H A Dtcp_input.c834 struct sockaddr_in6 *next_hop6; in tcp_input() local
836 next_hop6 = (struct sockaddr_in6 *)(fwd_tag + 1); in tcp_input()
851 th->th_sport, &next_hop6->sin6_addr, in tcp_input()
852 next_hop6->sin6_port ? ntohs(next_hop6->sin6_port) : in tcp_input()