Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c874 dlpi_notifyent_t *remid = (dlpi_notifyent_t *)id; in dlpi_disabnotify() local
880 if (!(i_dlpi_notifyidexists(dip, remid))) in dlpi_disabnotify()
884 *argp = remid->arg; in dlpi_disabnotify()
886 remid->dln_rm = B_TRUE; in dlpi_disabnotify()
/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
1088 remid = argv[c++]; in parse_ps()
1089 remidlen = strlen(remid) + 1; in parse_ps()
1119 if (locid == NULL || remid == NULL || keyp == NULL || mtype == 0) in parse_ps()
1174 rempfx = strchr(remid, '/'); in parse_ps()
1185 if (parse_addr(1, &remid, &remhe) < 0) in parse_ps()
1203 (void) strlcpy((char *)(sidp + 1), remid, a_remidtotal); in parse_ps()