Home
last modified time | relevance | path

Searched refs:IF_SEPARATOR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Ddefs.h102 #define IF_SEPARATOR ':' macro
H A Dmain.c461 if ((cp = strchr(phyintname, IF_SEPARATOR)) != NULL) { in if_process()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h106 #define IF_SEPARATOR ':' macro
H A Dmpd_main.c426 if ((cp = strchr(pi_name, IF_SEPARATOR)) != NULL) in initifs()
1596 if ((cp = strchr(ifname, IF_SEPARATOR)) != NULL) in oct2ifname()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dstartup.c37 #define IF_SEPARATOR ':' macro
308 cp = (char *)index(ifp->int_ifbase, IF_SEPARATOR); in initifs()