Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_portacl/
H A Dmac_portacl.c109 #define RULE_PROTO_TCP 1 macro
209 new->r_protocol = RULE_PROTO_TCP; in parse_rule_element()
282 case RULE_PROTO_TCP:
397 if (type == SOCK_STREAM && rule->r_protocol != RULE_PROTO_TCP) in rules_check()