HomeSort by: relevance | last modified time | path
    Searched refs:np_p (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_inf.c 1004 isakmp_add_pl_n(vchar_t *buf0, uint8_t **np_p, int type, struct saproto *pr,
1012 if (*np_p)
1013 **np_p = ISAKMP_NPTYPE_N;
1042 *np_p = &n->h.np;
ipsec_doi.c 1411 uint8_t *np_p = NULL; local
1443 if (np_p)
1444 *np_p = ISAKMP_NPTYPE_P;
1452 np_p = &((struct isakmp_pl_p *)bp)->h.np;
1533 uint8_t *np_p = NULL; local
1598 if (np_p)
1599 *np_p = ISAKMP_NPTYPE_P;
1607 np_p = &((struct isakmp_pl_p *)bp)->h.np;
isakmp_quick.c 1468 uint8_t *np_p = NULL;
1565 np_p = &((struct isakmp_gen *)p)->np; /* XXX */
1575 np_p = &((struct isakmp_gen *)p)->np; /* XXX */
1587 np_p = &((struct isakmp_gen *)p)->np; /* XXX */
1634 body = isakmp_add_pl_n(body, &np_p,
1467 uint8_t *np_p = NULL; local

Completed in 26 milliseconds