Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
H A Dibendport_record.c131 int sepol_ibendport_compare2(const sepol_ibendport_t *ibendport, const sepol_ibendport_t *ibendport2) in sepol_ibendport_compare2() argument
135 rc = strcmp(ibendport->ibdev_name, ibendport2->ibdev_name); in sepol_ibendport_compare2()
137 if ((ibendport->port == ibendport2->port) && !rc) in sepol_ibendport_compare2()
140 if (ibendport->port < ibendport2->port) in sepol_ibendport_compare2()
142 else if (ibendport2->port < ibendport->port) in sepol_ibendport_compare2()
/third_party/selinux/libsepol/include/sepol/
H A Dibendport_record.h21 const sepol_ibendport_t *ibendport2);

Completed in 1 milliseconds