Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1038 char *locid, *remid, *locpfx = NULL, *rempfx = NULL; in parse_ps() local
1171 rempfx = strchr(remid, '/'); in parse_ps()
1172 if (rempfx != NULL) { in parse_ps()
1173 *rempfx = '\0'; in parse_ps()
1174 rempfx++; in parse_ps()
1209 if (rempfx != NULL && ((pfxlen = atoi(rempfx)) > 0)) in parse_ps()