Home
last modified time | relevance | path

Searched refs:in6pcb_bind (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/netinet6/
H A Ddccp6_usrreq.c140 error = in6pcb_bind(inp, sinp, td); in dccp6_bind()
252 error = in6pcb_bind(inp, NULL, l); in dccp6_listen()
H A Din6_pcb.c326 in6pcb_bind(void *v, struct sockaddr_in6 *sin6, struct lwp *l) in in6pcb_bind() function
518 error = in6pcb_bind(inp, NULL, l); in in6pcb_connect()
H A Dudp6_usrreq.c1127 error = in6pcb_bind(inp, sin6, l); in udp6_bind()
/netbsd/sys/netinet/
H A Din_pcb.h288 int in6pcb_bind(void *, struct sockaddr_in6 *, struct lwp *);
H A Dtcp_usrreq.c583 error = in6pcb_bind(inp, sin6, l); in tcp_bind()
627 error = in6pcb_bind(inp, NULL, l); in tcp_listen()
677 error = in6pcb_bind(inp, NULL, l); in tcp_connect()
H A Ddccp_usrreq.c1783 error = in6pcb_bind(inp, NULL, l); in dccp_doconnect()