Searched defs:pppol2tpv3in6_addr (Results 1 – 1 of 1) sorted by relevance
66 struct pppol2tpv3in6_addr { struct67 __kernel_pid_t pid; /* pid that owns the fd.69 int fd; /* FD of UDP or IP socket to use */71 __u32 s_tunnel, s_session; /* For matching incoming packets */72 __u32 d_tunnel, d_session; /* For sending outgoing packets */74 struct sockaddr_in6 addr; /* IP address and port to send to */
Completed in 3 milliseconds