Searched refs:in_pcbbind (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c249 * in_pcbbind:EADDRNOTAVAIL Address not available.
250 * in_pcbbind:EINVAL Invalid argument
251 * in_pcbbind:EAFNOSUPPORT Address family not supported [notdef]
252 * in_pcbbind:EACCES Permission denied
253 * in_pcbbind:EADDRINUSE Address in use
254 * in_pcbbind:EAGAIN Resource unavailable, try again
255 * in_pcbbind:EPERM Operation not permitted
282 error = in_pcbbind(inp, nam, p);
326 error = in_pcbbind(inp, (struct sockaddr *)&sin, p);
342 * in_pcbbind
[all...]
H A Din_pcb.h698 extern int in_pcbbind(struct inpcb *, struct sockaddr *, struct proc *);
H A Dip_divert.c531 /* in_pcbbind assumes that the socket is a sockaddr_in
532 * and in_pcbbind requires a valid address. Since divert
542 error = in_pcbbind(inp, nam, p);
H A Din_pcb.c659 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct proc *p) function
1226 error = in_pcbbind(inp, NULL, p);
H A Dudp_usrreq.c1786 error = in_pcbbind(inp, nam, p);
/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_usrreq.c718 error = in_pcbbind(inp, (struct sockaddr *)&sin, p);

Completed in 87 milliseconds