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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c834 if ((diff = a->proto_variant - b->proto_variant))
836 extfilter = a->proto_variant;
845 if (a->proto_variant == PF_GRE_PPTP_VARIANT &&
846 a->proto_variant == b->proto_variant) {
964 if ((diff = a->proto_variant - b->proto_variant))
966 extfilter = a->proto_variant;
975 if (a->proto_variant
1823 pf_print_sk_host(struct pf_state_host *sh, sa_family_t af, int proto, u_int8_t proto_variant) argument
2709 pf_match_xport(u_int8_t proto, u_int8_t proto_variant, union pf_rule_xport *rx, union pf_state_xport *sx) argument
[all...]
H A Dpfvar.h809 u_int8_t proto_variant; member in struct:pf_rule
982 u_int8_t proto_variant; member in struct:pf_state_key_cmp
995 u_int8_t proto_variant; member in struct:pf_state_key
1125 u_int8_t proto_variant; member in struct:pfsync_state
1436 u_int8_t proto_variant; member in struct:pf_pdesc
1764 u_int8_t proto_variant; member in struct:pfioc_natlook
H A Dpf_ioctl.c1412 sp->proto_variant = sk->proto_variant;
1465 sk->proto_variant = sp->proto_variant;
3796 key.proto_variant = pnl->proto_variant;
H A Dpf_norm.c2117 !pf_match_xport(r->src.xport.range.op, r->proto_variant,
2124 !pf_match_xport(r->dst.xport.range.op, r->proto_variant,

Completed in 100 milliseconds