Searched refs:src_port (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h69 u_int16_t src_port; member in struct:ip_flow_id
H A Dip_fw2.c704 dst->src_port = src->src_port;
1259 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
1277 (q->id.src_ip), (q->id.src_port), \
1416 pkt->src_port == q->id.src_port &&
1423 pkt->src_port == q->id.dst_port &&
1424 pkt->dst_port == q->id.src_port ) {
1590 (r->id.src_ip), (r->id.src_port),
1617 pkt->src_port
1988 u_int16_t src_port = 0, dst_port = 0; /* NOTE: host format */ local
[all...]
H A Dip_fw.h176 u_int16_t dst_port, src_port ; member in struct:ipfw_flow_id
H A Dip_fw2.h408 u_int16_t src_port; member in struct:ipfw_flow_id
H A Dip_dummynet.c1286 id->src_port &= fs->flow_mask.src_port ;
1314 (id->dst_port << 1) ^ (id->src_port) ^
1325 (id->dst_port << 1) ^ (id->src_port) ^
1337 id->src_port == q->id.src_port &&
1346 id->src_port == q->id.src_port &&
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c567 u_short src_port, dst_port; local
698 src_port = ntohs(tcp6->th_sport);
720 src_port = ntohs(udp->uh_sport);
724 IPV6_FW_GETNSRCP(f), src_port,
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5130 dnflow.fwa_id.src_port = ntohs(pd->hdr.tcp->th_sport);
5135 dnflow.fwa_id.src_port = ntohs(pd->hdr.udp->uh_sport);

Completed in 107 milliseconds