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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c255 * in_pcbbind:EADDRNOTAVAIL Address not available.
256 * in_pcbbind:EINVAL Invalid argument
257 * in_pcbbind:EAFNOSUPPORT Address family not supported [notdef]
258 * in_pcbbind:EACCES Permission denied
259 * in_pcbbind:EADDRINUSE Address in use
260 * in_pcbbind:EAGAIN Resource unavailable, try again
261 * in_pcbbind:EPERM Operation not permitted
288 error = in_pcbbind(inp, nam, p);
332 error = in_pcbbind(inp, (struct sockaddr *)&sin, p);
348 * in_pcbbind
[all...]
H A Din_pcb.h662 extern int in_pcbbind(struct inpcb *, struct sockaddr *, struct proc *);
H A Dip_divert.c512 /* in_pcbbind assumes that the socket is a sockaddr_in
513 * and in_pcbbind requires a valid address. Since divert
523 error = in_pcbbind(inp, nam, p);
H A Din_pcb.c425 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct proc *p) function
930 error = in_pcbbind(inp, (struct sockaddr *)0, p);
H A Dudp_usrreq.c1732 error = in_pcbbind(inp, nam, p);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c759 error = in_pcbbind(inp, (struct sockaddr *)&sin, p);

Completed in 87 milliseconds