Home | History | Annotate | Download | only in src

Lines Matching refs:proto

13 	int proto;
24 int proto;
29 int low, int high, int proto,
43 tmp_key->proto = proto;
52 int *low, int *high, int *proto)
57 *proto = key->proto;
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
71 sepol_port_get_proto_str(port->proto),
89 (port->high == key->high) && (port->proto == key->proto))
104 else if (port->proto < key->proto)
115 (port->high == port2->high) && (port->proto == port2->proto))
130 else if (port->proto < port2->proto)
174 return port->proto;
179 const char *sepol_port_get_proto_str(int proto)
182 switch (proto) {
194 void sepol_port_set_proto(sepol_port_t * port, int proto)
197 port->proto = proto;
215 tmp_port->proto = SEPOL_PROTO_UDP;
235 new_port->proto = port->proto;