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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h119 struct ip_flow_id fwa_id; /* grabbed from IP header */ member in struct:ip_fw_args
H A Dip_fw2.c1645 (args->fwa_id.src_ip), (args->fwa_id.src_port),
1646 (args->fwa_id.dst_ip), (args->fwa_id.dst_port) );)
1648 q = lookup_dyn_rule(&args->fwa_id, NULL, NULL);
1674 add_dyn_rule(&args->fwa_id, O_KEEP_STATE, rule);
1688 id.proto = args->fwa_id.proto;
1691 id.src_ip = args->fwa_id.src_ip;
1693 id.dst_ip = args->fwa_id.dst_ip;
1695 id.src_port = args->fwa_id
[all...]
H A Dip_dummynet.c1599 q = find_queue(fs, &(fwa->fwa_id));
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5128 dnflow.fwa_id.flags = pd->hdr.tcp->th_flags;
5129 dnflow.fwa_id.dst_port = ntohs(pd->hdr.tcp->th_dport);
5130 dnflow.fwa_id.src_port = ntohs(pd->hdr.tcp->th_sport);
5134 dnflow.fwa_id.dst_port = ntohs(pd->hdr.udp->uh_dport);
5135 dnflow.fwa_id.src_port = ntohs(pd->hdr.udp->uh_sport);
5286 dnflow.fwa_id.proto = pd->proto;
5290 dnflow.fwa_id.addr_type = 4;
5291 dnflow.fwa_id.src_ip = ntohl(saddr->v4.s_addr);
5292 dnflow.fwa_id.dst_ip = ntohl(daddr->v4.s_addr);
5295 dnflow.fwa_id
[all...]

Completed in 85 milliseconds