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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c66 copy_extension_data(KMF_X509_EXTENSION *dstext, argument
71 if (dstext == NULL || srcext == NULL)
74 (void) memset(dstext, 0, sizeof (KMF_X509_EXTENSION));
76 ret = copy_data(&dstext->extnId, &srcext->extnId);
80 dstext->extnId.Length = srcext->extnId.Length;
81 dstext->critical = srcext->critical;
82 dstext->format = srcext->format;
84 ret = copy_data(&dstext->BERvalue, &srcext->BERvalue);
88 dstext->value.tagAndValue = malloc(sizeof (KMF_X509EXT_TAGandVALUE));
89 if (dstext
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c1037 sadb_address_t *dstext = local
1061 if (dstext == NULL) {
1083 dst = (struct sockaddr_in *)(dstext + 1);
1168 sadb_address_t *dstext = local
1173 if (dstext == NULL) {
1203 sadb_address_t *dstext = local
1210 if (dstext != NULL)
1211 sin = (struct sockaddr_in *)(dstext + 1);
H A Dipsecesp.c3565 sadb_address_t *dstext = local
3596 if (dstext == NULL) {
3618 dst = (struct sockaddr_in *)(dstext + 1);
3801 sadb_address_t *dstext = local
3804 if (dstext == NULL) {
3834 sadb_address_t *dstext = local
3841 if (dstext != NULL) {
3842 sin = (struct sockaddr_in *)(dstext + 1);
H A Dsadb.c1942 sadb_address_t *srcext, *dstext; local
2066 dstext = (sadb_address_t *)extv[SADB_EXT_ADDRESS_DST];
2069 if (dstext == NULL || srcext == NULL)
2072 dst = (struct sockaddr_in6 *)(dstext + 1);
2088 if (srcext->sadb_address_proto != dstext->sadb_address_proto) {
2090 srcext->sadb_address_proto = dstext->sadb_address_proto;
2091 } else if (dstext->sadb_address_proto == 0) {
2092 dstext->sadb_address_proto = srcext->sadb_address_proto;
2224 sq->dstext = (sadb_address_t *)ksi->ks_in_extv[SADB_EXT_ADDRESS_DST];
2228 if ((req & IPSA_Q_DST) && (sq->dstext
2900 sadb_address_t *dstext = local
6504 ipsec_get_inverse_acquire_sel(ipsec_selector_t *sel, sadb_address_t *srcext, sadb_address_t *dstext, int *diagnostic) argument
6710 *dstext = (sadb_address_t *)extv[SADB_EXT_ADDRESS_DST], local
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h682 sadb_address_t *srcext, *dstext; member in struct:ipsa_query_s

Completed in 74 milliseconds