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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h663 extern int in_pcbconnect(struct inpcb *, struct sockaddr *, struct proc *,
H A Dudp_usrreq.c1445 error = in_pcbconnect(inp, addr, p, &outif); /* if a scope is specified, use it */
1747 error = in_pcbconnect(inp, nam, p, NULL);
H A Din_pcb.c677 * Transform old in_pcbconnect() into an inner subroutine for new
678 * in_pcbconnect(): Do some validity-checking on the remote
682 * This preserves definition of in_pcbconnect(), while supporting a
896 in_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct proc *p, function
H A Dtcp_input.c2538 if (in_pcbconnect(inp, (struct sockaddr *)sin, proc0, NULL)) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c788 error = in_pcbconnect(inp, (struct sockaddr *)&sin, p, NULL);

Completed in 36 milliseconds