Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dudp6_usrreq.c463 struct sockaddr_in6 *next_hop6; in udp6_input() local
465 next_hop6 = (struct sockaddr_in6 *)(fwd_tag + 1); in udp6_input()
481 uh->uh_sport, &next_hop6->sin6_addr, in udp6_input()
482 next_hop6->sin6_port ? htons(next_hop6->sin6_port) : in udp6_input()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h270 struct in6_addr next_hop6; member
H A Dnetflow_v9.c300 rec->next_hop = fed6->n.next_hop6; in export9_add()
H A Dnetflow.c443 fle6->f.n.next_hop6 = nh->gw6_sa.sin6_addr; in hash6_insert()
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c393 inet_ntop(AF_INET6, &fle6->n.next_hop6, next6, sizeof(next6)); in flow_cache_print6_verbose()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c191 psa = args.next_hop6; in ipfw_check_packet()
H A Dip_fw_private.h117 struct sockaddr_in6 *next_hop6; member
H A Dip_fw2.c3164 args->next_hop6 = sin6; in ipfw_chk()
/freebsd/sys/netinet/
H A Dtcp_input.c839 struct sockaddr_in6 *next_hop6; in tcp_input_with_port() local
841 next_hop6 = (struct sockaddr_in6 *)(fwd_tag + 1); in tcp_input_with_port()
856 th->th_sport, &next_hop6->sin6_addr, in tcp_input_with_port()
857 next_hop6->sin6_port ? ntohs(next_hop6->sin6_port) : in tcp_input_with_port()