Searched defs:pppol2tpin6_addr (Results 1 – 1 of 1) sorted by relevance
41 struct pppol2tpin6_addr { struct42 __kernel_pid_t pid; /* pid that owns the fd.44 int fd; /* FD of UDP socket to use */46 __u16 s_tunnel, s_session; /* For matching incoming packets */47 __u16 d_tunnel, d_session; /* For sending outgoing packets */49 struct sockaddr_in6 addr; /* IP address and port to send to */
Completed in 2 milliseconds