portalgo.c | 240 check_suitable_port(uint16_t port, struct inpcb *inp, kauth_cred_t cred) function in typeref:typename:bool 393 if (check_suitable_port(myport, inp, cred)) { 436 if (check_suitable_port(*next_ephemeral, inp, cred)) { 489 if (check_suitable_port(*next_ephemeral, inp, cred)) { 637 if (check_suitable_port(myport, inp, cred)) { 689 if (check_suitable_port(myport, inp, cred)) { 734 if (check_suitable_port(myport, inp, cred)) {
|