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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c712 args.fwa_next_hop = ipfwd_tag->next_hop;
1274 ipfwd_tag->next_hop = args.fwa_next_hop;
2035 ip_dooptions(struct mbuf *m, int pass, struct sockaddr_in *next_hop) argument
2303 ip_forward(m, 1, next_hop);
2622 ip_forward(struct mbuf *m, int srcrt, struct sockaddr_in *next_hop) argument
2625 #pragma unused(next_hop)
2652 pkt_dst = ((next_hop != NULL) ? next_hop->sin_addr : ip->ip_dst);
2773 if (next_hop != NULL) {
2788 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.c1509 struct sockaddr_in *next_hop = NULL; local
1547 next_hop = ipfwd_tag->next_hop;
1757 if (next_hop != NULL
1772 if (!next_hop->sin_port) {
1774 th->th_sport, next_hop->sin_addr,
1779 next_hop->sin_addr,
1780 ntohs(next_hop->sin_port), 1,
H A Dip_output.c387 next_hop_from_ipfwd_tag = ipfwd_tag->next_hop;
529 * When dealing with a packet chain, we need to reset "next_hop"
1616 ipfwd_tag->next_hop = args.fwa_next_hop;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c5394 args.next_hop = NULL;

Completed in 176 milliseconds