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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2709 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, argument
2718 d = (rx->call_id == sx->call_id);
2722 d = (rx->spi == sx->spi);
2729 if (rx->range.op)
2730 d = pf_match_port(rx->range.op,
2731 rx->range.port[0], rx->range.port[1],

Completed in 28 milliseconds