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

/xnu-2422.115.4/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.c717 args.fwa_next_hop = ipfwd_tag->next_hop;
957 if (args.fwa_next_hop)
973 if (i == 0 && args.fwa_next_hop == NULL) { /* common case */
992 if (i == 0 && args.fwa_next_hop != NULL) {
1015 ip_dooptions(m, 0, args.fwa_next_hop)) {
1052 pkt_dst = args.fwa_next_hop == NULL ?
1053 ip->ip_dst : args.fwa_next_hop->sin_addr;
1076 && (args.fwa_next_hop == NULL);
1206 ip_forward(m, 0, args.fwa_next_hop);
1309 if (args.fwa_next_hop
[all...]
H A Dip_output.c513 args.fwa_next_hop = next_hop_from_ipfwd_tag;
514 pkt_dst = args.fwa_next_hop ? args.fwa_next_hop->sin_addr : ip->ip_dst;
1082 args.fwa_next_hop = dst;
1441 if (fw_enable && IPFW_LOADED && !args.fwa_next_hop) {
1445 args.fwa_next_hop = dst;
1449 dst = args.fwa_next_hop;
1597 ipfwd_tag->next_hop = args.fwa_next_hop;
H A Dip_fw2.c1982 * args->fwa_next_hop Socket we are forwarding to (out).
2742 args->fwa_next_hop =

Completed in 33 milliseconds