Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dport_record.c183 case SEPOL_PROTO_UDP: in hidden_def()
219 tmp_port->proto = SEPOL_PROTO_UDP; in hidden_def()
Dports.c23 case SEPOL_PROTO_UDP: in sepol2ipproto()
42 return SEPOL_PROTO_UDP; in ipproto2sepol()
/external/selinux/libsepol/include/sepol/
Dport_record.h16 #define SEPOL_PROTO_UDP 0 macro