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

/freebsd-9.3-release/sys/netinet/
H A Din_pcb.h627 int in_pcbconnect(struct inpcb *, struct sockaddr *, struct ucred *);
H A Dudp_usrreq.c1530 error = in_pcbconnect(inp, nam, td->td_ucred);
H A Din_pcb.c689 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred) function
/freebsd-9.3-release/sys/netinet6/
H A Dudp6_usrreq.c645 * IPv4 version of udp_output calls in_pcbconnect in this case,
647 * Since we saw no essential reason for calling in_pcbconnect,
991 error = in_pcbconnect(inp, (struct sockaddr *)&sin,

Completed in 166 milliseconds