Home | History | Annotate | Download | only in racoon

Lines Matching refs:satype

285 pfkey_dump_sadb(satype)
286 int satype;
303 if (pfkey_send_dump(s, satype) < 0) {
365 int satype;
368 if ((satype = admin2pfkey_proto(proto)) < 0)
372 if (pfkey_send_flush(lcconf->sock_pfkey, satype) < 0) {
621 pfkey2ipsecdoi_proto(satype)
622 u_int satype;
624 switch (satype) {
634 "Invalid pfkey proto: %u\n", satype);
842 u_int satype, mode;
870 satype = ipsecdoi2pfkey_proto(pr->proto_id);
871 if (satype == ~0) {
878 else if (satype == SADB_X_SATYPE_IPCOMP) {
905 satype,
918 sadbsecas2str(dst, src, satype, 0, mode));
1063 sa_args.satype = ipsecdoi2pfkey_proto(pr->proto_id);
1064 if (sa_args.satype == ~0) {
1069 else if (sa_args.satype == SADB_X_SATYPE_IPCOMP) {
1157 sa_args.satype, sa_args.spi, sa_args.mode));
1162 sa_args.satype, sa_args.spi, sa_args.mode));
1350 sa_args.satype = ipsecdoi2pfkey_proto(pr->proto_id);
1351 if (sa_args.satype == ~0) {
1356 else if (sa_args.satype == SADB_X_SATYPE_IPCOMP) {
1448 sa_args.satype, sa_args.spi, sa_args.mode));
1453 sa_args.satype, sa_args.spi, sa_args.mode));
1818 iph2[n]->satype = msg->sadb_msg_satype;
2025 u_int satype, mode;
2111 satype = doi2ipproto(pr->proto_id);
2112 if (satype == ~0) {
2128 xisr->sadb_x_ipsecrequest_proto = satype;
2745 newmsg->sadb_msg_satype = iph2->satype;