Home | History | Annotate | Download | only in racoon

Lines Matching defs:np

145 	int np;
189 np = packet->np;
190 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
205 plog(LLV_DEBUG, LOCATION, NULL, "Seen payload %d\n", np);
208 switch(np) {
255 "Unexpected next payload %d\n", np);
261 np = ph->np;
1113 isakmp_cfg_send(iph1, payload, np, flags, new_exchange)
1116 u_int32_t np;
1220 isakmp->np = hash == NULL ? (np & 0xff) : ISAKMP_NPTYPE_HASH;
1231 gen->np = np & 0xff;
1268 "sendto mode config %s.\n", s_isakmp_nptype(np));