Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c229 (void) strcpy(dummy_phyi.phyi_name, "wildcard"); in dummy_ifp_init()
340 (void) strncpy(phyi->phyi_name, ifp->int_name, in if_link()
342 phyi->phyi_name[size] = '\0'; in if_link()
426 if (strncmp(phyi->phyi_name, name, nlen) == 0 && in phys_byname()
427 phyi->phyi_name[nlen] == '\0') in phys_byname()
1447 phyi->phyi_name); in ifscan()
1550 ifp->int_phys->phyi_name); in ifscan()
1944 if (((ksp = kstat_lookup(kc, "link", 0, phyi->phyi_name)) == NULL) && in get_if_kstats()
1945 ((ksp = kstat_lookup(kc, NULL, -1, phyi->phyi_name)) == NULL)) { in get_if_kstats()
H A Ddefs.h310 char phyi_name[IF_NAME_LEN+1]; member
H A Dtable.c2917 phyi->phyi_name, ifp->int_name, in lifp_iflookup()