HomeSort by relevance Sort by last modified time
    Searched refs:l2tp (Results 1 - 5 of 5) sorted by null

  /external/mtpd/
Android.mk 20 LOCAL_SRC_FILES := mtpd.c l2tp.c pptp.c
mtpd.c 41 extern struct protocol l2tp;
43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL};
l2tp.c 17 /* A simple implementation of L2TP Access Concentrator (RFC 2661) which only
562 struct protocol l2tp = { variable in typeref:struct:protocol
563 .name = "l2tp",
  /external/tcpdump/
Android.mk 63 print-l2tp.c\
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 215 mView.findViewById(R.id.l2tp).setVisibility(View.GONE);
227 mView.findViewById(R.id.l2tp).setVisibility(View.VISIBLE);
234 mView.findViewById(R.id.l2tp).setVisibility(View.VISIBLE);

Completed in 81 milliseconds