Home
last modified time | relevance | path

Searched refs:netdev_name (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/hci/commands/
Difmgmt_cmd.c80 const char *netdev_name; in ifcommon_do_list() local
85 netdev_name = *(list++); in ifcommon_do_list()
86 netdev = find_netdev ( netdev_name ); in ifcommon_do_list()
88 printf ( "%s: no such interface\n", netdev_name ); in ifcommon_do_list()