Searched defs:snum (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c4147 unsigned short snum; local
4152 snum = ntohs(addr4->sin_port);
4156 snum = ntohs(addr6->sin6_port);
4160 if (snum) {
4165 if (snum < max(PROT_SOCK, low) || snum > high) {
4167 snum, &sid);
4172 ad.u.net->sport = htons(snum);
4206 ad.u.net->sport = htons(snum);
4242 unsigned short snum; local
[all...]

Completed in 51 milliseconds