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

/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tpk.h68 #define L2TP_FLAG_IPSEC 0x00000040 /* is IPSec used for this connection */ macro
H A Dl2tp_rfc.c545 error = l2tp_udp_attach(&rfc->socket, (struct sockaddr *)rfc->our_address, &rfc->thread, rfc->flags & L2TP_FLAG_IPSEC, rfc->delegate_pid);
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c1102 l2tp_set_flag(ctrlsockfd, !opt_noipsec, L2TP_FLAG_IPSEC);
1472 l2tp_set_flag(listenfd, !opt_noipsec, L2TP_FLAG_IPSEC);
1573 l2tp_set_flag(datasockfd, !opt_noipsec, L2TP_FLAG_IPSEC);
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c568 set_flag(listen_sockfd, !opt_noipsec, L2TP_FLAG_IPSEC);

Completed in 207 milliseconds