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

/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_rfc.c94 u_int16_t peer_tunnel_id; /* peer's tunnel id */ member in struct:l2tp_rfc
243 && rfc->our_tunnel_id && rfc->peer_tunnel_id) {
382 rfc->peer_tunnel_id = *(u_int16_t *)cmddata;
593 if ((rfc->state & L2TP_STATE_NEW_SEQUENCE) && rfc->peer_tunnel_id) {
609 hdr->tunnel_id = htons(rfc->peer_tunnel_id);
751 hdr->tunnel_id = htons(rfc->peer_tunnel_id);
833 hdr->tunnel_id = htons(rfc->peer_tunnel_id);

Completed in 170 milliseconds