Home
last modified time | relevance | path

Searched refs:in6_pcbbind (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_pcb.h73 int in6_pcbbind(struct inpcb *, struct sockaddr_in6 *, int, struct ucred *);
H A Din6_pcb.c303 in6_pcbbind(struct inpcb *inp, struct sockaddr_in6 *sin6, int flags, in in6_pcbbind() function
H A Dudp6_usrreq.c1074 error = in6_pcbbind(inp, sin6_p, V_udp_bind_all_fibs ? 0 : INPBIND_FIB, in udp6_bind()
/freebsd/sys/netinet/
H A Dtcp_usrreq.c340 error = in6_pcbbind(inp, sin6, V_tcp_bind_all_fibs ? 0 : INPBIND_FIB, in tcp6_usr_bind()
447 error = in6_pcbbind(inp, NULL, in tcp6_usr_listen()