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()
217 tmp_port->proto = SEPOL_PROTO_UDP; in hidden_def()
Dports.c20 case SEPOL_PROTO_UDP: in sepol2ipproto()
37 return SEPOL_PROTO_UDP; in ipproto2sepol()
/external/selinux/libsepol/include/sepol/
Dport_record.h16 #define SEPOL_PROTO_UDP 0 macro