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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1652 struct sadb_ident *srcid = NULL, *dstid = NULL; local
2391 if (dstid != NULL) {
2397 alloclen = sizeof (*dstid) +
2399 dstid = malloc(alloclen);
2400 if (dstid == NULL)
2401 Bail("malloc(dstid)");
2403 dstid->sadb_ident_type = parseidtype(*argv, ebuf);
2405 dstid->sadb_ident_len = SADB_8TO64(alloclen);
2406 dstid->sadb_ident_exttype = SADB_EXT_IDENTITY_DST;
2407 dstid
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h683 sadb_ident_t *srcid, *dstid; member in struct:ipsa_query_s
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c1100 boolean_t srcid = B_FALSE, dstid = B_FALSE; local
1232 dstid = B_TRUE;
1426 if (dstid) {
2313 sq->dstid = (sadb_ident_t *)ksi->ks_in_extv[SADB_EXT_IDENTITY_DST];
2314 if ((match & IPSA_Q_DSTID) && (sq->dstid != NULL)) {
2315 sq->didstr = (char *)(sq->dstid + 1);
2316 sq->didtype = sq->dstid->sadb_ident_type;

Completed in 742 milliseconds