/external/ipsec-tools/src/racoon/ |
vendorid.h | 57 /* NAT-T support */
|
racoon.conf.5 | 266 The interval between sending NAT-Traversal keep-alive packets. 297 NAT-Traversal. 298 If you plan to use NAT-T, you should provide at least one address 658 This option is only relevant if you use NAT traversal in tunnel mode. 767 This directive enables use of the NAT-Traversal IPsec extension 768 (NAT-T). 769 NAT-T allows one or both peers to reside behind a NAT gateway (i.e., 771 If a NAT gateway is detected during the phase 1 handshake, racoon will 772 attempt to negotiate the use of NAT-T with the remote peer [all...] |
racoon.8 | 112 for NAT-Traversal port-floating.
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 12 "non-manipulatable" lines, for the benefit of the NAT code.
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 123 * the NAT'ed network.
|
/frameworks/base/core/jni/ |
android_bluetooth_common.h | 106 void *nat,
|
/frameworks/base/core/res/res/values-en-rUS/ |
donottranslate-names.xml | 145 <item>Nathan, Nat</item> 147 <item>Nathaniel, Nat</item>
|
/external/iptables/ |
iptables.8.in | 26 iptables \- administration tool for IPv4 packet filtering and NAT 118 .BR "nat" : 192 specified table (filter is the default), so NAT rules get listed by 194 iptables -t nat -n -L 447 .PP The various forms of NAT have been separated out; 468 packet filtering, the NAT-HOWTO details NAT,
|
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/external/ipsec-tools/ |
ChangeLog | 53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive 94 when NAT-T enabled and trying to purge non NAT-T SAs 330 some port matching problems with NAT-T 333 track some port matching problems with NAT-T 454 * src/racoon/cfparse.y: Fixed a check of NAT-T support in libipsec 698 required even without NAT-T
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 241 CstNat nat = enclosingMethod.getMethod(); local 243 if (nat == null) { 255 new CstMethodRef(enclosingClass, nat));
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/getfield/jm/ |
T_getfield_4.cfh | 37 // parsed:, offset 88, len 5, h: 0008: nat{<init>:()V} 64 // parsed:, offset 171, len 5, h: 0011: nat{i1:I}
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/jm/ |
T_invokeinterface_2.cfh | 40 // parsed:, offset 94, len 5, h: 0009: nat{<init>:()V} 58 // parsed:, offset 214, len 5, h: 000f: nat{doit:()V}
|
T_invokeinterface_23.cfh | 34 // parsed:, offset 64, len 5, h: 0007: nat{<init>:()V} 61 // parsed:, offset 275, len 5, h: 0010: nat{doit:()V}
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/ |
T_invokestatic_3.cfh | 25 // parsed:, offset 41, len 5, h: 0004: nat{<init>:()V} 70 // parsed:, offset 188, len 5, h: 0013: nat{abs:(I)I}
|
T_invokestatic_9.cfh | 25 // parsed:, offset 41, len 5, h: 0004: nat{<init>:()V} 73 // parsed:, offset 212, len 5, h: 0014: nat{abs:(I)I}
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/ |
T_invokevirtual_8.cfh | 40 // parsed:, offset 120, len 5, h: 0009: nat{<init>:()V} 55 // parsed:, offset 234, len 5, h: 000e: nat{equals:(Ljava/lang/Object;)Z}
|
T_invokevirtual_9.cfh | 40 // parsed:, offset 120, len 5, h: 0009: nat{<init>:()V} 55 // parsed:, offset 234, len 5, h: 000e: nat{equals:(Ljava/lang/Object;)Z}
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/putfield/jm/ |
T_putfield_17.cfh | 43 // parsed:, offset 139, len 5, h: 000a: nat{<init>:()V} 61 // parsed:, offset 172, len 5, h: 0010: nat{st_i1:I}
|
T_putfield_3.cfh | 31 // parsed:, offset 62, len 5, h: 0006: nat{<init>:()V} 52 // parsed:, offset 118, len 5, h: 000d: nat{st_i1:I}
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/putstatic/jm/ |
T_putstatic_17.cfh | 37 // parsed:, offset 89, len 5, h: 0008: nat{<init>:()V} 58 // parsed:, offset 170, len 5, h: 000f: nat{st_i1:I}
|
T_putstatic_3.cfh | 34 // parsed:, offset 83, len 5, h: 0007: nat{<init>:()V} 55 // parsed:, offset 164, len 5, h: 000e: nat{st_i1:I}
|
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 24 0012: nat{blort:x/y/Zzz} 25 0013: nat{blort:()V}
|
small-class.txt | 28 0c 000f 0010 # 0012: nat[blort:x/y/Zzz] 29 0c 000f 0011 # 0013: nat[blort:()V]
|
/external/iproute2/ip/ |
iprule.c | 310 } else if (strcmp(*argv, "nat") == 0 || 313 fprintf(stderr, "Warning: route NAT is deprecated\n");
|