Searched refs:enum_func (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | handler.h | 468 int (* enum_func)(struct ph1handle *iph1, void *arg), 500 int (* enum_func)(struct ph2handle *iph2, void *arg),
|
| H A D | handler.c | 112 enumph1(sel, enum_func, enum_arg) in enumph1() argument 114 int (* enum_func)(struct ph1handle *iph1, void *arg); 131 if ((ret = enum_func(p, enum_arg)) != 0) 536 enumph2(sel, enum_func, enum_arg) in enumph2() argument 538 int (*enum_func)(struct ph2handle *ph2, void *arg); 558 if ((ret = enum_func(p, enum_arg)) != 0)
|
| H A D | remoteconf.h | 189 int (* enum_func)(struct remoteconf *rmconf, void *arg),
|
| H A D | remoteconf.c | 302 enumrmconf(rmsel, enum_func, enum_arg) in enumrmconf() argument 304 int (* enum_func)(struct remoteconf *rmconf, void *arg); 327 ret = (*enum_func)(p, enum_arg);
|