Searched refs:udp6_tun_socket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h155 struct socket *udp6_tun_socket; member in struct:sctp_epinfo
H A Dsctputil.c7841 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) {
7842 soclose(SCTP_BASE_INFO(udp6_tun_socket));
7843 SCTP_BASE_INFO(udp6_tun_socket) = NULL;
7875 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) {
7905 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),
7912 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket),
7922 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket),

Completed in 2406 milliseconds