Searched refs:next_hop (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow_v9.h51 uint32_t next_hop; /* Next hop IPv4 address (IPV4_NEXT_HOP) */ member in struct:netflow_v9_record_ipv4_tcp
76 struct in6_addr next_hop; /* Next hop IPv6 address (IPV6_NEXT_HOP) */ member in struct:netflow_v9_record_ipv6_tcp
H A Dnetflow.h91 uint32_t next_hop; /* Next hop IP address */ member in struct:netflow_v1_record
113 uint32_t next_hop; /* Next hop IP address */ member in struct:netflow_v5_record
H A Dnetflow_v9.c273 rec->next_hop = fed->next_hop.s_addr;
304 rec->next_hop = fed6->n.next_hop6;
H A Dng_netflow.h223 struct in_addr next_hop; member in struct:flow_entry_data
239 struct in_addr next_hop; member in union:flow6_entry_data::__anon9888
H A Dnetflow.c371 fle->f.next_hop =
1071 rec->next_hop = fle->f.next_hop.s_addr;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c153 /* next_hop may be set by ipfw_chk */
154 if (args.next_hop == NULL && args.next_hop6 == NULL)
163 KASSERT(args.next_hop == NULL || args.next_hop6 == NULL,
164 ("%s: both next_hop=%p and next_hop6=%p not NULL", __func__,
165 args.next_hop, args.next_hop6));
171 if (args.next_hop != NULL)
200 if (args.next_hop != NULL) {
201 bcopy(args.next_hop, (fwd_tag+1), len);
202 if (in_localip(args.next_hop->sin_addr))
H A Dip_fw_private.h88 struct sockaddr_in *next_hop; /* forward address */ member in struct:ip_fw_args
H A Dip_fw2.c838 * args->next_hop Socket we are forwarding to (out).
2319 args->next_hop = &args->hopstore;
2321 args->next_hop = sa;
/freebsd-9.3-release/sys/netinet/
H A Dudp_usrreq.c553 struct sockaddr_in *next_hop; local
555 next_hop = (struct sockaddr_in *)(fwd_tag + 1);
570 uh->uh_sport, next_hop->sin_addr,
571 next_hop->sin_port ? htons(next_hop->sin_port) :
H A Dtcp_input.c845 struct sockaddr_in *next_hop; local
847 next_hop = (struct sockaddr_in *)(fwd_tag+1);
862 th->th_sport, next_hop->sin_addr,
863 next_hop->sin_port ? ntohs(next_hop->sin_port) :
/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c334 inet_ntop(AF_INET, &fle->next_hop, next, sizeof(next));
/freebsd-9.3-release/sys/net/
H A Dif_ethersubr.c501 args.next_hop = NULL; /* we do not support forward yet */
H A Dif_bridge.c3164 args.next_hop = NULL;

Completed in 181 milliseconds