Home
last modified time | relevance | path

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

/xnu-11417.121.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.h850 extern int in_pcbbind(struct inpcb *, struct sockaddr *, struct sockaddr *, struct proc *);
H A Din_pcb.c868 in_pcbbind(struct inpcb *inp, struct sockaddr *nam, struct sockaddr *remote, struct proc *p) in in_pcbbind() function
1910 error = in_pcbbind(inp, NULL, nam, p); in in_pcbconnect()
H A Dudp_usrreq.c2348 error = in_pcbbind(inp, nam, NULL, p); in udp_bind()
/xnu-11417.121.6/bsd/netinet6/
H A Dudp6_usrreq.c888 error = in_pcbbind(inp, SA(&sin), NULL, p); in udp6_bind()