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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_pcb.h80 int in6_pcbbind(struct inpcb *, struct sockaddr *, struct proc *);
H A Din6_pcb.c177 in6_pcbbind( function
469 error = in6_pcbbind(inp, (struct sockaddr *)0, p);
H A Dudp6_usrreq.c650 error = in6_pcbbind(inp, nam, p);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_usrreq.c333 error = in6_pcbbind(inp, nam, p);
381 error = in6_pcbbind(inp, (struct sockaddr *)0, p);
1011 error = in6_pcbbind(inp, (struct sockaddr *)0, p);

Completed in 37 milliseconds