Home | History | Annotate | Download | only in linux

Lines Matching full:socket

2  * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
21 /* Structure used to connect() the socket to a particular tunnel UDP
22 * socket over IPv4.
27 int fd; /* FD of UDP socket to use */
35 /* Structure used to connect() the socket to a particular tunnel UDP
36 * socket over IPv6.
41 int fd; /* FD of UDP socket to use */
55 int fd; /* FD of UDP or IP socket to use */
66 int fd; /* FD of UDP or IP socket to use */
74 /* Socket options:
92 /* Debug message categories for the DEBUG socket option */