Searched refs:lportp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_pcb_var.h | 54 u_short *lportp, struct sockaddr *fsa, u_short fport,
|
H A D | in_pcb.c | 757 u_short *lportp, struct sockaddr *fsa, u_short fport, struct ucred *cred, in in_pcb_lport_dest() argument 883 *lportp = lport; in in_pcb_lport_dest() 892 in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, in in_pcb_lport() argument 903 NULL, lportp, NULL, 0, cred, lookupflags)); in in_pcb_lport() 1012 u_short *lportp, int flags, struct ucred *cred) in in_pcbbind_setup() argument 1045 if (sin->sin_port != *lportp) { in in_pcbbind_setup() 1047 if (*lportp != 0) in in_pcbbind_setup() 1062 if (*lportp != 0) in in_pcbbind_setup() 1063 lport = *lportp; in in_pcbbind_setup() 1070 *lportp = lport; in in_pcbbind_setup()
|