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

/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.h85 int in6_pcbconnect(struct inpcb *, struct sockaddr *, struct ucred *);
H A Din6_pcb.c316 * Transform old in6_pcbconnect() into an inner subroutine for new
317 * in6_pcbconnect(): Do some validity-checking on the remote
321 * This preserves definition of in6_pcbconnect(), while supporting a
439 in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) function
H A Dudp6_usrreq.c1157 error = in6_pcbconnect(inp, nam, td->td_ucred);
/freebsd-11-stable/sys/netinet/
H A Dtcp_usrreq.c1339 error = in6_pcbconnect(inp, nam, td->td_ucred);

Completed in 70 milliseconds