Home
last modified time | relevance | path

Searched refs:NETLINK_XFRM (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dnetlink_protocols.h20 #if !(defined(NETLINK_XFRM) || (defined(HAVE_DECL_NETLINK_XFRM) && HAVE_DECL_NETLINK_XFRM))
21 # define NETLINK_XFRM 6 macro
75 XLAT(NETLINK_XFRM),
Dnetlink_protocols.in7 NETLINK_XFRM 6
/external/strace/tests/
Dnetlink_xfrm.c92 int fd = create_nl_socket(NETLINK_XFRM); in main()
/external/strace/tests-mx32/
Dnetlink_xfrm.c92 int fd = create_nl_socket(NETLINK_XFRM); in main()
/external/strace/tests-m32/
Dnetlink_xfrm.c92 int fd = create_nl_socket(NETLINK_XFRM); in main()
/external/iproute2/ip/
Dxfrm_policy.c389 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_modify()
652 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_get_or_delete()
837 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_list_or_deleteall()
1063 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_spd_setinfo()
1090 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_spd_getinfo()
1139 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_policy_flush()
Dxfrm_state.c684 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_modify()
820 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_allocspi()
1010 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_get_or_delete()
1137 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_list_or_deleteall()
1296 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_sad_getinfo()
1346 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0) in xfrm_state_flush()
Dxfrm_monitor.c426 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0) in do_xfrm_monitor()
/external/strace/
Dnetlink.c166 [NETLINK_XFRM] = { NULL, nl_xfrm_types, "XFRM_MSG_???" }
218 case NETLINK_XFRM: in decode_nlmsg_flags()
DNEWS9 NETLINK_SELINUX, NETLINK_SOCK_DIAG, and NETLINK_XFRM message types.
DChangeLog1029 decoding of NETLINK_XFRM get and new flags.
1085 tests: check decoding of NETLINK_XFRM message types.
1161 netlink: add decoding of NETLINK_XFRM message types.
1164 (nlmsg_types): Add NETLINK_XFRM.
/external/libnl/include/linux-private/linux/
Dnetlink.h13 #define NETLINK_XFRM 6 /* ipsec */ macro
/external/iproute2/include/linux/
Dnetlink.h14 #define NETLINK_XFRM 6 /* ipsec */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h14 #define NETLINK_XFRM 6 /* ipsec */ macro
/external/iproute2/lib/
Drt_names.c576 [NETLINK_XFRM] = "xfrm",
/external/libnl/python/netlink/
Dcore.py58 NETLINK_XFRM = 6 variable
/external/libnl/lib/
Dutils.c610 __ADD(NETLINK_XFRM,xfrm)
/external/python/cpython2/Modules/
Dsocketmodule.c4747 #ifdef NETLINK_XFRM
4748 PyModule_AddIntConstant(m, "NETLINK_XFRM", NETLINK_XFRM);