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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4535 ipsid_hash(int idtype, char *idstring) argument
4540 while ((c = *idstring++) != 0) {
4555 ipsid_lookup(int idtype, char *idstring, netstack_t *ns) argument
4559 int idlen = strlen(idstring) + 1;
4563 bucket = &ipss->ipsec_ipsid_buckets[ipsid_hash(idtype, idstring)];
4571 if (bcmp(idstring, retval->ipsid_cid, idlen) != 0)
4600 bcopy(idstring, nstr, idlen);

Completed in 91 milliseconds