Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Daf_link.c61 extern char *f_ether;
80 if (f_ether != NULL && strcmp(f_ether, "dash") == 0) { in link_status()
127 if (f_ether != NULL && strcmp(f_ether, "dash") == 0) { in link_status()
H A Difconfig.c138 char *f_inet, *f_inet6, *f_ether, *f_addr; variable
368 if (f_ether != NULL) in freeformat()
369 free(f_ether); in freeformat()
394 f_ether = strdup(modifier); in setformat()
488 f_inet = f_inet6 = f_ether = f_addr = NULL; in main()