Searched refs:fwa_next_hop (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h95 struct sockaddr_in *fwa_next_hop; /* forward address */ member in struct:ip_fw_args
H A Dip_input.c736 args.fwa_next_hop = ipfwd_tag->next_hop;
946 if (args.fwa_next_hop)
962 if (i == 0 && args.fwa_next_hop == NULL) { /* common case */
980 if (i == 0 && args.fwa_next_hop != NULL) {
1001 if (hlen > sizeof (struct ip) && ip_dooptions(m, 0, args.fwa_next_hop)) {
1032 pkt_dst = args.fwa_next_hop == NULL ?
1033 ip->ip_dst : args.fwa_next_hop->sin_addr;
1055 && (args.fwa_next_hop == NULL);
1189 ip_forward(m, 0, args.fwa_next_hop);
1395 if (args.fwa_next_hop
[all...]
H A Dip_output.c492 args.fwa_next_hop = next_hop_from_ipfwd_tag;
493 pkt_dst = args.fwa_next_hop ? args.fwa_next_hop->sin_addr : ip->ip_dst;
1007 args.fwa_next_hop = dst;
1342 if (fw_enable && IPFW_LOADED && !args.fwa_next_hop) {
1346 args.fwa_next_hop = dst;
1350 dst = args.fwa_next_hop;
1501 ipfwd_tag->next_hop = args.fwa_next_hop;
H A Dip_fw2.c1903 * args->fwa_next_hop Socket we are forwarding to (out).
2663 args->fwa_next_hop =

Completed in 30 milliseconds