Searched refs:np_p (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_inf.c1052 isakmp_add_pl_n(buf0, np_p, type, pr, data)
1054 u_int8_t **np_p;
1064 if (*np_p)
1065 **np_p = ISAKMP_NPTYPE_N;
1094 *np_p = &n->h.np;
H A Disakmp_quick.c1194 u_int8_t *np_p = NULL;
1256 np_p = &((struct isakmp_gen *)p)->np; /* XXX */
1266 np_p = &((struct isakmp_gen *)p)->np; /* XXX */
1278 np_p = &((struct isakmp_gen *)p)->np; /* XXX */
1317 body = isakmp_add_pl_n(body, &np_p,
1193 u_int8_t *np_p = NULL; local
H A Dipsec_doi.c1573 u_int8_t *np_p = NULL; local
1605 if (np_p)
1606 *np_p = ISAKMP_NPTYPE_P;
1614 np_p = &((struct isakmp_pl_p *)bp)->h.np;
1698 u_int8_t *np_p = NULL; local
1763 if (np_p)
1764 *np_p = ISAKMP_NPTYPE_P;
1772 np_p = &((struct isakmp_pl_p *)bp)->h.np;

Completed in 117 milliseconds