Searched defs:tunnel (Results 1 – 2 of 2) sorted by relevance
87 int tunnel = socket(AF_INET6, SOCK_DGRAM, 0); in get_tunnel() local188 int tunnel; in main() local
133 DatagramChannel tunnel = null; in run() local256 private void handshake(DatagramChannel tunnel) throws Exception { in handshake()