HomeSort by: relevance | last modified time | path
    Searched defs:check_suitable_port (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
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)) {
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)) {

Completed in 22 milliseconds