Searched defs:rempfx (Results 1 - 1 of 1) sorted by relevance

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

Completed in 66 milliseconds