/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
skbuff.h | 43 struct net_device; 110 struct net_device *dev; 111 struct net_device *input_dev;
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
WlanDrvIf.c | 95 static int wlanDrvIf_Xmit(struct sk_buff *skb, struct net_device *dev); 96 static int wlanDrvIf_XmitDummy(struct sk_buff *skb, struct net_device *dev); 97 static struct net_device_stats *wlanDrvIf_NetGetStat(struct net_device *dev); 98 int wlanDrvIf_Open(struct net_device *dev); 99 int wlanDrvIf_Release(struct net_device *dev); 133 static int wlanDrvIf_Xmit (struct sk_buff *skb, struct net_device *dev) 209 static int wlanDrvIf_XmitDummy (struct sk_buff *skb, struct net_device *dev) 227 static struct net_device_stats *wlanDrvIf_NetGetStat (struct net_device *dev) 632 int wlanDrvIf_Start (struct net_device *dev) 660 int wlanDrvIf_Open (struct net_device *dev [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 506 int (*new_if)(struct wan_device *wandev, struct net_device *dev, 508 int (*del_if)(struct wan_device *wandev, struct net_device *dev); 511 struct net_device* dev; /* list of network interfaces */ 519 __be16 wanrouter_type_trans(struct sk_buff *skb, struct net_device *dev); 520 int wanrouter_encapsulate(struct sk_buff *skb, struct net_device *dev,
|
if_arp.h | 164 static inline int arp_hdr_len(struct net_device *dev)
|
skbuff.h | 86 struct net_device; 97 struct net_device *physindev; 98 struct net_device *physoutdev; 100 struct net_device *netoutdev; 238 struct net_device *dev; 239 struct net_device *input_dev; 1127 extern struct sk_buff *__netdev_alloc_skb(struct net_device *dev, 1143 static inline struct sk_buff *netdev_alloc_skb(struct net_device *dev, [all...] |
if_pppox.h | 160 struct net_device *dev; /* device associated with socket*/
|
mroute6.h | 174 struct net_device *dev; /* Device we are using */
|
rtnetlink.h | 741 extern void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change);
|
/external/kernel-headers/original/linux/netfilter/ |
x_tables.h | 163 const struct net_device *in, 164 const struct net_device *out, 210 const struct net_device *in, 211 const struct net_device *out,
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
WlanDrvIf.h | 117 struct net_device *netdev; /* The OS handle for the driver interface. */
|
wbuf.h | 87 #define WBUF_DEV_SET(pWbuf,pDev) ( ((struct sk_buff *)(pWbuf))->dev) = ((struct net_device *)(pDev))
|
/external/kernel-headers/original/linux/netfilter_arp/ |
arp_tables.h | 249 const struct net_device *in, 250 const struct net_device *out,
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6_tables.h | 301 const struct net_device *in, 302 const struct net_device *out,
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_tables.h | 313 const struct net_device *in, 314 const struct net_device *out,
|
/external/grub/netboot/ |
w89c840.c | 235 struct net_device *next_module; /* Link for devices of this type. */
|