/external/ppp/pppd/plugins/pppoatm/ |
pppoatm.c | 47 { "llc-encaps", o_bool, &llc_encaps, 49 { "vc-encaps", o_bool, &vc_encaps, 113 be.encaps = PPPOATM_ENCAPS_VC; 115 be.encaps = PPPOATM_ENCAPS_LLC; 117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
udp.h | 36 #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */
|
atmbr2684.h | 76 int encaps; /* BR2684_ENCAPS_* */ member in struct:atm_backend_br2684
|
pfkeyv2.h | 200 * type of NAT-T is supported, draft-ietf-ipsec-udp-encaps-06
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
udp.h | 36 #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */
|
atmbr2684.h | 76 int encaps; /* BR2684_ENCAPS_* */ member in struct:atm_backend_br2684
|
pfkeyv2.h | 200 * type of NAT-T is supported, draft-ietf-ipsec-udp-encaps-06
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
udp.h | 36 #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */
|
atmbr2684.h | 76 int encaps; /* BR2684_ENCAPS_* */ member in struct:atm_backend_br2684
|
pfkeyv2.h | 200 * type of NAT-T is supported, draft-ietf-ipsec-udp-encaps-06
|
/external/kernel-headers/original/linux/ |
udp.h | 35 #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */
|
pfkeyv2.h | 200 * type of NAT-T is supported, draft-ietf-ipsec-udp-encaps-06
|
/external/tcpdump/ |
print-juniper.c | 639 if (EXTRACT_24BITS(p) == 0xfefe03 || /* NLPID encaps ? */ 640 EXTRACT_24BITS(p) == 0xaaaa03) { /* SNAP encaps ? */ 647 if (p[0] == 0x03) { /* Cisco style NLPID encaps ? */ 653 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */ 687 if (EXTRACT_24BITS(p) == 0xfefe03 || /* NLPID encaps ? */ 688 EXTRACT_24BITS(p) == 0xaaaa03) { /* SNAP encaps ? */ 695 if (l2info.direction != JUNIPER_BPF_PKT_IN && /* ether-over-1483 encaps ? */ 701 if (p[0] == 0x03) { /* Cisco style NLPID encaps ? */ 707 if(juniper_ppp_heuristic_guess(p, l2info.length) != 0) /* PPPoA vcmux encaps ? */ 710 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? * [all...] |
print-cnfp.c | 77 u_int32_t masks; /* src,dst addr prefix; v6: encaps */ 181 snprintf(buf, sizeof(buf), "(%u<>%u encaps)",
|
print-bgp.c | [all...] |
/frameworks/base/core/java/android/net/dhcp/ |
DhcpPacket.java | 584 // check to see if we need to parse L2, IP, and UDP encaps
|