Home | History | Annotate | Download | only in racoon

Lines Matching refs:sainfo

1 /*	$NetBSD: sainfo.c,v 1.14 2011/02/02 15:21:34 vanhu Exp $	*/
3 /* $KAME: sainfo.c,v 1.16 2003/06/27 07:32:39 sakane Exp $ */
64 #include "sainfo.h"
67 typedef LIST_HEAD(_sitree, sainfo) sainfo_tailq_head_t;
77 * First pass is for sainfo from a specified peer, second for others.
79 struct sainfo *
84 struct sainfo *s = NULL;
125 "evaluating sainfo: %s\n", sainfostr);
142 * This sainfo section enforces client address
154 * with another sainfo to check for duplicate.
188 struct sainfo *
191 struct sainfo *new;
205 struct sainfo *si;
227 struct sainfo *s;
231 * of an sainfo section
253 struct sainfo *new;
262 struct sainfo *s, *n;
265 * insert our new sainfo section
299 struct sainfo *si;
307 struct sainfo *s, *next;
363 const struct sainfo *si;