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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c736 args.fwa_next_hop = ipfwd_tag->next_hop;
1408 ipfwd_tag->next_hop = args.fwa_next_hop;
1825 ip_dooptions(struct mbuf *m, __unused int pass, struct sockaddr_in *next_hop) argument
2091 ip_forward(m, 1, next_hop);
2344 ip_forward(struct mbuf *m, int srcrt, struct sockaddr_in *next_hop) argument
2347 #pragma unused(next_hop)
2370 pkt_dst = next_hop ? next_hop->sin_addr : ip->ip_dst;
2491 if (next_hop) {
2506 ipfwd_tag->next_hop
[all...]
H A Dip_var.h183 struct sockaddr_in *next_hop; /* next_hop */ member in struct:ip_fwd_tag
H A Dtcp_input.c1105 struct sockaddr_in *next_hop = NULL; local
1137 next_hop = ipfwd_tag->next_hop;
1444 if (next_hop != NULL
1459 if (!next_hop->sin_port) {
1461 th->th_sport, next_hop->sin_addr,
1466 next_hop->sin_addr,
1467 ntohs(next_hop->sin_port), 1,
H A Dip_output.c368 next_hop_from_ipfwd_tag = ipfwd_tag->next_hop;
487 * When dealing with a packet chain, we need to reset "next_hop" because
1501 ipfwd_tag->next_hop = args.fwa_next_hop;
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c4824 args.next_hop = NULL;

Completed in 93 milliseconds