Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4542 ipsid_hash(int idtype, char *idstring) in ipsid_hash() argument
4547 while ((c = *idstring++) != 0) { in ipsid_hash()
4562 ipsid_lookup(int idtype, char *idstring, netstack_t *ns) in ipsid_lookup() argument
4566 int idlen = strlen(idstring) + 1; in ipsid_lookup()
4570 bucket = &ipss->ipsec_ipsid_buckets[ipsid_hash(idtype, idstring)]; in ipsid_lookup()
4578 if (bcmp(idstring, retval->ipsid_cid, idlen) != 0) in ipsid_lookup()
4607 bcopy(idstring, nstr, idlen); in ipsid_lookup()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1211 ddi_install_driver(char *idstring);