HomeSort by relevance Sort by last modified time
    Searched defs:ttl (Results 1 - 25 of 71) sorted by null

1 2 3

  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /external/iptables/extensions/
libipt_2ttl.c 1 /* Shared library add-on to iptables to add TTL matching support
20 "TTL match v%s options:\n"
21 " --ttl-eq value Match time to live value\n"
22 " --ttl-lt value Match TTL < value\n"
23 " --ttl-gt value Match TTL > value\n"
40 "ttl: Expected value between 0 and 255");
48 info->ttl = value;
53 "ttl: Expected value between 0 and 255")
154 static struct iptables_match ttl = { variable in typeref:struct:iptables_match
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_2ttl.h 1 /* IP tables module for matching the value of the TTL
17 u_int8_t ttl; member in struct:ipt_ttl_info
ipt_TTL.h 0 /* TTL modification module for IP tables
17 u_int8_t ttl; member in struct:ipt_TTL_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_TTL.h 0 /* TTL modification module for IP tables
17 u_int8_t ttl; member in struct:ipt_TTL_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 0 /* TTL modification module for IP tables
17 u_int8_t ttl; member in struct:ipt_TTL_info
ipt_ttl.h 1 /* IP tables module for matching the value of the TTL
17 u_int8_t ttl; member in struct:ipt_ttl_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_TTL.h 25 u_int8_t ttl; member in struct:ipt_TTL_info
  /external/bluetooth/glib/tests/
child-test.c 55 get_a_child (gint ttl)
68 cmdline = g_strdup_printf( "child-test -c%d", ttl);
87 sleep (ttl);
96 gint ttl = GPOINTER_TO_INT (data); local
98 g_print ("child " GPID_FORMAT " (ttl %d) exited, status %d\n", pid, ttl, status);
126 gint ttl = GPOINTER_TO_INT (data); local
130 pid = get_a_child (ttl);
137 g_print ("whee! created pid: " GPID_FORMAT " (ttl %d)\n", pid, ttl);
156 int ttl = atoi (argv[1] + 2); local
    [all...]
  /bionic/libc/netbsd/nameser/
ns_ttl.c 102 u_long ttl, tmp; local
105 ttl = 0;
130 ttl += tmp;
139 ttl += tmp;
141 *dst = ttl;
  /external/iproute2/ip/
link_gre.c 32 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
37 fprintf(stderr, " TTL := { 1..255 | inherit }\n");
62 __u8 ttl = 0; local
123 ttl = *(__u8 *)RTA_DATA(greinfo[IFLA_GRE_TTL]);
212 } else if (!matches(*argv, "ttl") ||
219 invarg("invalid TTL\n", *argv);
221 invarg("TTL must be <= 255\n", *argv);
222 ttl = uval;
263 addattr_l(n, 1024, IFLA_GRE_TTL, &ttl, 1)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrom/
netrom.h 66 unsigned int ttl; member in struct:nr_parms_struct
  /external/tcpdump/
print-olsr.c 96 u_int8_t ttl; member in struct:olsr_msg
262 printf("\n\t%s Message (%u), originator %s, ttl %u, hop %u"
266 ptr.msg->ttl,
print-lwres.c 162 lwres_uint32_t ttl; member in struct:__anon7751
549 printf(" TTL ");
550 relts_print(EXTRACT_32BITS(&grbn->ttl));
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 291 * TTL of 4
464 * Use TTL of 4 (this was done when socket set up).
766 /* per UPnP spec, keep IP packet time to live (TTL) small */
767 unsigned char ttl = 4; local
789 &ttl, sizeof(ttl)))
876 * time to live (TTL) small */
877 unsigned char ttl = 4; local
892 &ttl, sizeof(ttl)))
    [all...]
  /bionic/libc/kernel/common/linux/
ip.h 89 __u8 ttl; member in struct:iphdr
  /development/ndk/platforms/android-3/include/linux/
ip.h 89 __u8 ttl; member in struct:iphdr
  /external/kernel-headers/original/linux/
ip.h 96 __u8 ttl; member in struct:iphdr
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 75 /** The "TTL" parameter is designating the time-to-live value.
77 public static final String TTL = ParameterNames.TTL;
422 * Returns the value of the ttl parameter, or -1 if this is not set.
424 * @return the integer value of the <code>ttl</code> parameter
427 int ttl = getParameterAsInt(ParameterNames.TTL); local
428 return ttl;
432 * Sets the value of the ttl parameter. The ttl parameter specifies th
    [all...]

Completed in 659 milliseconds

1 2 3