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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c847 if ((diff = a->proto_variant - b->proto_variant))
849 extfilter = a->proto_variant;
858 if (a->proto_variant == PF_GRE_PPTP_VARIANT &&
859 a->proto_variant == b->proto_variant) {
977 if ((diff = a->proto_variant - b->proto_variant))
979 extfilter = a->proto_variant;
988 if (a->proto_variant
1842 pf_print_sk_host(struct pf_state_host *sh, sa_family_t af, int proto, u_int8_t proto_variant) argument
2742 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.h808 u_int8_t proto_variant; member in struct:pf_rule
981 u_int8_t proto_variant; member in struct:pf_state_key_cmp
994 u_int8_t proto_variant; member in struct:pf_state_key
1125 u_int8_t proto_variant; member in struct:pfsync_state
1435 u_int8_t proto_variant; member in struct:pf_pdesc
1765 u_int8_t proto_variant; member in struct:pfioc_natlook
H A Dpf_ioctl.c1425 sp->proto_variant = sk->proto_variant;
1478 sk->proto_variant = sp->proto_variant;
3896 key.proto_variant = pnl->proto_variant;
H A Dpf_norm.c2127 !pf_match_xport(r->src.xport.range.op, r->proto_variant,
2134 !pf_match_xport(r->dst.xport.range.op, r->proto_variant,

Completed in 207 milliseconds