Home
last modified time | relevance | path

Searched defs:net_device (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h262 struct net_device { struct
275 struct net_device_operations *op; argument
278 struct ll_protocol *ll_protocol;
287 uint8_t hw_addr[MAX_HW_ADDR_LEN];
293 uint8_t ll_addr[MAX_LL_ADDR_LEN];
318 struct net_device_stats tx_stats; argument
320 struct net_device_stats rx_stats; argument
344 extern struct list_head net_devices; argument
/external/syslinux/gpxe/src/hci/commands/
Difmgmt_cmd.c60 static int ifcommon_do_all ( int ( * payload ) ( struct net_device * ) ) { in ifcommon_do_all()
78 static int ifcommon_do_list ( int ( * payload ) ( struct net_device * ), in ifcommon_do_list()
107 int ifcommon_exec ( int argc, char **argv, in ifcommon_exec()