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");
340 (void) strncpy(phyi->phyi_name, ifp->int_name,
342 phyi->phyi_name[size] = '\0';
426 if (strncmp(phyi->phyi_name, name, nlen) == 0 &&
427 phyi->phyi_name[nlen] == '\0')
1447 phyi->phyi_name);
1550 ifp->int_phys->phyi_name);
1944 if (((ksp = kstat_lookup(kc, "link", 0, phyi->phyi_name)) == NULL) &&
1945 ((ksp = kstat_lookup(kc, NULL, -1, phyi->phyi_name)) == NULL)) {
H A Ddefs.h310 char phyi_name[IF_NAME_LEN+1]; member in struct:physical_interface
H A Dtable.c2918 phyi->phyi_name, ifp->int_name,

Completed in 56 milliseconds