ipsec_xf
extern const struct ipsec_xf authxfs[];
extern const struct ipsec_xf prfxfs[];
extern const struct ipsec_xf *encxfs;
extern const struct ipsec_xf ikeencxfs[];
extern const struct ipsec_xf ipsecencxfs[];
extern const struct ipsec_xf groupxfs[];
extern const struct ipsec_xf esnxfs[];
extern const struct ipsec_xf methodxfs[];
extern const struct ipsec_xf saxfs[];
extern const struct ipsec_xf cpxfs[];
const char *print_xf(unsigned int, unsigned int, const struct ipsec_xf *);
const struct ipsec_xf **authxf;
const struct ipsec_xf **prfxf;
const struct ipsec_xf **encxf;
const struct ipsec_xf **groupxf;
const struct ipsec_xf **esnxf;
const struct ipsec_xf *xf;
const struct ipsec_xf *xf;
const struct ipsec_xf authxfs[] = {
const struct ipsec_xf prfxfs[] = {
const struct ipsec_xf *encxfs = NULL;
const struct ipsec_xf ikeencxfs[] = {
const struct ipsec_xf ipsecencxfs[] = {
const struct ipsec_xf groupxfs[] = {
const struct ipsec_xf *
parse_xf(const char *name, unsigned int length, const struct ipsec_xf xfs[])
const struct ipsec_xf *xfs;
const struct ipsec_xf *xfs = ipsecencxfs;
const struct ipsec_xf **xfs, unsigned int nxfs,
const struct ipsec_xf *xf;
const struct ipsec_xf esnxfs[] = {
const struct ipsec_xf methodxfs[] = {
const struct ipsec_xf saxfs[] = {
const struct ipsec_xf cpxfs[] = {
const struct ipsec_xf *parse_xf(const char *, unsigned int,
const struct ipsec_xf *);
const struct ipsec_xf **, unsigned int,
const struct ipsec_xf *xf;
const struct ipsec_xf *xf;
const struct ipsec_xf **xfs = ipsec_transforms->authxf;
sizeof(struct ipsec_xf *));
const struct ipsec_xf **xfs = ipsec_transforms->encxf;
sizeof(struct ipsec_xf *));
const struct ipsec_xf **xfs = ipsec_transforms->prfxf;
sizeof(struct ipsec_xf *));
const struct ipsec_xf **xfs = ipsec_transforms->groupxf;
sizeof(struct ipsec_xf *));
const struct ipsec_xf **xfs = ipsec_transforms->esnxf;
sizeof(struct ipsec_xf *));
print_xf(unsigned int id, unsigned int length, const struct ipsec_xf xfs[])
const struct ipsec_xf *xfs = NULL;
const struct ipsec_xf *authxf;
const struct ipsec_xf *encxf;
const struct ipsec_xf *compxf;
const struct ipsec_xf *groupxf;
extern const struct ipsec_xf authxfs[];
extern const struct ipsec_xf encxfs[];
extern const struct ipsec_xf compxfs[];
const struct ipsec_xf encxfs[] = {
const struct ipsec_xf compxfs[] = {
const struct ipsec_xf groupxfs[] = {
const struct ipsec_xf *parse_xf(const char *, const struct ipsec_xf *);
const struct ipsec_xf *
parse_xf(const char *name, const struct ipsec_xf xfs[])
const struct ipsec_xf authxfs[] = {