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

/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h264 int (*pru_bind)(struct socket *so, struct sockaddr *nam, member in struct:pr_usrreqs
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c340 error = (*so->so_proto->pr_usrreqs->pru_bind)(so, (struct sockaddr *) &sin, p);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c396 error = raw_usrreqs.pru_bind(so, nam, p); /* xxx just EINVAL */
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c219 error = raw_usrreqs.pru_bind(so, nam, p); /* xxx just EINVAL */
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c651 * <pru_bind>:EINVAL Invalid argument [COMMON_START]
652 * <pru_bind>:EAFNOSUPPORT Address family not supported
653 * <pru_bind>:EADDRNOTAVAIL Address not available.
654 * <pru_bind>:EINVAL Invalid argument
655 * <pru_bind>:EAFNOSUPPORT Address family not supported [notdef]
656 * <pru_bind>:EACCES Permission denied
657 * <pru_bind>:EADDRINUSE Address in use
658 * <pru_bind>:EAGAIN Resource unavailable, try again
659 * <pru_bind>:EPERM Operation not permitted
660 * <pru_bind>
[all...]

Completed in 41 milliseconds