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

/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c92 * UDP tunnel (AURPsend())
93 * -Data and AURP packets from the UDP tunnel will be fed into the
112 bzero((char *)&aurp_global.tunnel, sizeof(aurp_global.tunnel));
119 error = socreate(AF_INET, &aurp_global.tunnel, SOCK_DGRAM,
127 so = aurp_global.tunnel;
198 so = aurp_global.tunnel;
234 aurp_global.tunnel = 0;
285 * the other end of the tunnel will cause
435 error = sosend(aurp_global.tunnel, (struc
[all...]
H A Daurp.h147 unsigned char rem_node; /* node id of a tunnel peer */
198 * If we use separate sockets per tunnel endpoint, we have to examine
207 struct socket *tunnel; /* IP socket for all IP endpoints */ member in struct:aurp_global_t

Completed in 18 milliseconds