Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ifconfig/
Daf_link.c57 extern char *f_ether;
76 if (f_ether != NULL && strcmp(f_ether, "dash") == 0) { in link_status()
123 if (f_ether != NULL && strcmp(f_ether, "dash") == 0) { in link_status()
Difconfig.c107 char *f_inet, *f_inet6, *f_ether, *f_addr; variable
311 if (f_ether != NULL) in freeformat()
312 free(f_ether); in freeformat()
337 f_ether = strdup(modifier); in setformat()
427 f_inet = f_inet6 = f_ether = f_addr = NULL; in main()