Lines Matching defs:ipsec_xf
943 struct ipsec_xf {
953 const struct ipsec_xf **authxf;
955 const struct ipsec_xf **prfxf;
957 const struct ipsec_xf **encxf;
959 const struct ipsec_xf **groupxf;
961 const struct ipsec_xf **esnxf;
1432 extern const struct ipsec_xf authxfs[];
1433 extern const struct ipsec_xf prfxfs[];
1434 extern const struct ipsec_xf *encxfs;
1435 extern const struct ipsec_xf ikeencxfs[];
1436 extern const struct ipsec_xf ipsecencxfs[];
1437 extern const struct ipsec_xf groupxfs[];
1438 extern const struct ipsec_xf esnxfs[];
1439 extern const struct ipsec_xf methodxfs[];
1440 extern const struct ipsec_xf saxfs[];
1441 extern const struct ipsec_xf cpxfs[];
1449 const char *print_xf(unsigned int, unsigned int, const struct ipsec_xf *);