HomeSort by relevance Sort by last modified time
    Searched refs:IFNAMSIZ (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_physdev.h 31 char physindev[IFNAMSIZ];
32 char in_mask[IFNAMSIZ];
34 char physoutdev[IFNAMSIZ];
35 char out_mask[IFNAMSIZ];
xt_RATEEST.h 24 char name[IFNAMSIZ];
xt_rateest.h 41 char name1[IFNAMSIZ];
42 char name2[IFNAMSIZ];
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_physdev.h 23 char physindev[IFNAMSIZ];
24 char in_mask[IFNAMSIZ];
25 char physoutdev[IFNAMSIZ];
26 char out_mask[IFNAMSIZ];
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_physdev.h 31 char physindev[IFNAMSIZ];
32 char in_mask[IFNAMSIZ];
34 char physoutdev[IFNAMSIZ];
35 char out_mask[IFNAMSIZ];
xt_RATEEST.h 24 char name[IFNAMSIZ];
  /external/iptables/include/linux/netfilter/
xt_physdev.h 15 char physindev[IFNAMSIZ];
16 char in_mask[IFNAMSIZ];
17 char physoutdev[IFNAMSIZ];
18 char out_mask[IFNAMSIZ];
xt_RATEEST.h 7 char name[IFNAMSIZ];
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_physdev.h 15 char physindev[IFNAMSIZ];
16 char in_mask[IFNAMSIZ];
17 char physoutdev[IFNAMSIZ];
18 char out_mask[IFNAMSIZ];
xt_RATEEST.h 7 char name[IFNAMSIZ];
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ulog.h 41 char indev[IFNAMSIZ];
42 char outdev[IFNAMSIZ];
44 char physindev[IFNAMSIZ];
45 char physoutdev[IFNAMSIZ];
  /development/ndk/platforms/android-3/include/net/
if.h 31 #define IF_NAMESIZE IFNAMSIZ
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_ulog.h 41 char indev[IFNAMSIZ];
42 char outdev[IFNAMSIZ];
44 char physindev[IFNAMSIZ];
45 char physoutdev[IFNAMSIZ];
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ulog.h 23 char indev[IFNAMSIZ];
24 char outdev[IFNAMSIZ];
25 char physindev[IFNAMSIZ];
26 char physoutdev[IFNAMSIZ];
  /external/libnl/include/netlink/
netlink-compat.h 19 #ifndef IFNAMSIZ
21 #define IFNAMSIZ 16
  /bionic/libc/include/net/
if.h 33 #define IF_NAMESIZE IFNAMSIZ
  /development/ndk/platforms/android-L/include/net/
if.h 33 #define IF_NAMESIZE IFNAMSIZ
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 45 char indev_name[IFNAMSIZ];
46 char outdev_name[IFNAMSIZ];
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_ULOG.h 39 char indev_name[IFNAMSIZ];
40 char outdev_name[IFNAMSIZ];
ip_queue.h 23 char indev_name[IFNAMSIZ];
24 char outdev_name[IFNAMSIZ];
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ipt_ULOG.h 45 char indev_name[IFNAMSIZ];
46 char outdev_name[IFNAMSIZ];
  /external/android-clat/
mtu.c 40 strncpy(if_mtu.ifr_name, ifname, IFNAMSIZ);
41 if_mtu.ifr_name[IFNAMSIZ - 1] = '\0';
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 40 char indev_name[IFNAMSIZ];
41 char outdev_name[IFNAMSIZ];
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 40 char indev_name[IFNAMSIZ];
41 char outdev_name[IFNAMSIZ];
  /bionic/libc/bionic/
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
48 ifr.ifr_name[IFNAMSIZ - 1] = 0;

Completed in 936 milliseconds

1 2 3 4 5 6