HomeSort by relevance Sort by last modified time
    Searched full:open_net_devices (Results 1 - 1 of 1) sorted by null

  /external/syslinux/gpxe/src/net/
netdevice.c 46 static struct list_head open_net_devices = LIST_HEAD_INIT ( open_net_devices ); variable in typeref:struct:list_head
404 list_add ( &netdev->open_list, &open_net_devices );
511 list_for_each_entry ( netdev, &open_net_devices, open_list ) {

Completed in 1665 milliseconds