Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c428 char phyintname[LIFNAMSIZ + 1]; in if_process() local
459 (void) strncpy(phyintname, ifname, sizeof (phyintname)); in if_process()
460 phyintname[sizeof (phyintname) - 1] = '\0'; in if_process()
461 if ((cp = strchr(phyintname, IF_SEPARATOR)) != NULL) { in if_process()
465 pi = phyint_lookup(phyintname); in if_process()
467 pi = phyint_create(phyintname); in if_process()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c1311 char phyintname[IFNAMSIZ]; in initifs() local
1380 strncpy(phyintname, ifreq.ifr_name, sizeof (phyintname)); in initifs()
1381 if ((cp = strchr(phyintname, ':')) != NULL) in initifs()
1384 pi = find_phyint(phyintname); in initifs()
1386 pi = add_phyint(phyintname); in initifs()