Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1041 char *locid, *remid, *locpfx = NULL, *rempfx = NULL; in parse_ps() local
1174 rempfx = strchr(remid, '/'); in parse_ps()
1175 if (rempfx != NULL) { in parse_ps()
1176 *rempfx = '\0'; in parse_ps()
1177 rempfx++; in parse_ps()
1212 if (rempfx != NULL && ((pfxlen = atoi(rempfx)) > 0)) in parse_ps()