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

/freebsd-12-stable/sys/security/mac_portacl/
H A Dmac_portacl.c118 int r_protocol; member in struct:rule
212 new->r_protocol = RULE_PROTO_TCP;
214 new->r_protocol = RULE_PROTO_UDP;
284 switch (rule->r_protocol) {
293 rule->r_protocol);
396 if (type == SOCK_DGRAM && rule->r_protocol != RULE_PROTO_UDP)
398 if (type == SOCK_STREAM && rule->r_protocol != RULE_PROTO_TCP)
/freebsd-12-stable/usr.sbin/moused/
H A Dmoused.c549 static int r_protocol(u_char b, mousestatus_t *act);
1119 if ((flags = r_protocol(b, &action0)) == 0)
1828 r_protocol(u_char rBuf, mousestatus_t *act) function

Completed in 56 milliseconds