Searched refs:IPIF_SEPARATOR_CHAR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c41 #define IPIF_SEPARATOR_CHAR ":" macro
197 (char *)IPIF_SEPARATOR_CHAR);
288 size = strcspn(lifrp->lifr_name, (char *)IPIF_SEPARATOR_CHAR);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c112 #define IPIF_SEPARATOR_CHAR ':' macro
9350 if (*cp == IPIF_SEPARATOR_CHAR) {
9373 *cp = IPIF_SEPARATOR_CHAR;
9416 IPIF_SEPARATOR_CHAR, ipif->ipif_id);
13619 (void) sprintf(lbuf, "%s%c%d", name, IPIF_SEPARATOR_CHAR,
13680 if (*cp == IPIF_SEPARATOR_CHAR)
13684 if (*cp == IPIF_SEPARATOR_CHAR) {
13818 if (*cp == IPIF_SEPARATOR_CHAR)
13822 if (*cp == IPIF_SEPARATOR_CHAR) {
13857 *cp = IPIF_SEPARATOR_CHAR;
[all...]

Completed in 88 milliseconds