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

/freebsd-9.3-release/sys/netinet/
H A Din_pcb.c328 int anonport, error; local
335 anonport = inp->inp_lport == 0 && (nam == NULL ||
346 if (anonport)
652 int anonport, error; local
659 anonport = (lport == 0);
683 if (anonport)

Completed in 47 milliseconds