Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_usrreq.c278 error = in_pcbbind(inp, nam, NULL, p); in tcp_usr_bind()
346 error = in_pcbbind(inp, SA(&sin), NULL, p); in tcp6_usr_bind()
386 error = in_pcbbind(inp, NULL, NULL, p); in tcp_usr_listen()
1452 error = in_pcbbind(inp, NULL, nam, p); in tcp_connect()
H A Din_pcb.h844 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
1914 error = in_pcbbind(inp, NULL, nam, p); in in_pcbconnect()
H A Dudp_usrreq.c2302 error = in_pcbbind(inp, nam, NULL, p); in udp_bind()
/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_usrreq.c887 error = in_pcbbind(inp, SA(&sin), NULL, p); in udp6_bind()