Home
last modified time | relevance | path

Searched refs:RULE_PROTO_TCP (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c113 #define RULE_PROTO_TCP 1 macro
213 new->r_protocol = RULE_PROTO_TCP; in parse_rule_element()
286 case RULE_PROTO_TCP:
401 if (type == SOCK_STREAM && rule->r_protocol != RULE_PROTO_TCP) in rules_check()