Home
last modified time | relevance | path

Searched refs:in_pcbbind (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c279 error = in_pcbbind(inp, nam, NULL, p); in tcp_usr_bind()
346 error = in_pcbbind(inp, SA(&sin), NULL, p); in tcp6_usr_bind()
392 error = in_pcbbind(inp, NULL, NULL, p); in tcp_usr_listen()
1494 error = in_pcbbind(inp, NULL, nam, p); in tcp_connect()
H A Din_pcb.h923 extern int in_pcbbind(struct inpcb *, struct sockaddr *, struct sockaddr *, struct proc *);
H A Din_pcb.c828 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct sockaddr *remote, struct proc *p) in in_pcbbind() function
1870 error = in_pcbbind(inp, NULL, nam, p); in in_pcbconnect()
H A Dudp_usrreq.c2363 error = in_pcbbind(inp, nam, NULL, p); in udp_bind()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c893 error = in_pcbbind(inp, SA(&sin), NULL, p); in udp6_bind()