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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h152 struct socket *udp4_tun_socket; member in struct:sctp_epinfo
H A Dsctputil.c7835 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) {
7836 soclose(SCTP_BASE_INFO(udp4_tun_socket));
7837 SCTP_BASE_INFO(udp4_tun_socket) = NULL;
7869 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) {
7881 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket),
7888 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket),
7898 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket),

Completed in 566 milliseconds