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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_input.c558 args.next_hop = NULL;
587 args.next_hop = ipfwd_tag->next_hop;
781 if (args.next_hop)
797 if (i == 0 && args.next_hop == NULL) { /* common case */
815 if (i == 0 && args.next_hop != NULL) {
836 if (hlen > sizeof (struct ip) && ip_dooptions(m, 0, args.next_hop, &ipforward_rt)) {
867 pkt_dst = args.next_hop == NULL ?
868 ip->ip_dst : args.next_hop->sin_addr;
890 && (args.next_hop
1642 ip_dooptions(struct mbuf *m, __unused int pass, struct sockaddr_in *next_hop, struct route *ipforward_rt) argument
2083 ip_forward(struct mbuf *m, int srcrt, struct sockaddr_in *next_hop, struct route *ipforward_rt) argument
[all...]
H A Dip_var.h147 struct sockaddr_in *next_hop; /* next_hop */ member in struct:ip_fwd_tag
H A Dip_fw2.h449 struct sockaddr_in *next_hop; /* forward address */ member in struct:ip_fw_args
H A Dip_output.c273 args.next_hop = NULL;
316 args.next_hop = ipfwd_tag->next_hop;
385 pkt_dst = args.next_hop ? args.next_hop->sin_addr : ip->ip_dst;
1080 if (fw_enable && IPFW_LOADED && !args.next_hop) {
1084 args.next_hop = dst;
1088 dst = args.next_hop;
1229 ipfwd_tag->next_hop = args.next_hop;
[all...]
H A Dtcp_input.c549 struct sockaddr_in *next_hop = NULL; local
574 next_hop = ipfwd_tag->next_hop;
796 if (next_hop != NULL
811 if (!next_hop->sin_port) {
813 th->th_sport, next_hop->sin_addr,
818 next_hop->sin_addr,
819 ntohs(next_hop->sin_port), 1,
H A Dip_fw2.c1401 * args->next_hop Socket we are forwarding to (out).
2159 args->next_hop =

Completed in 44 milliseconds