HomeSort by relevance Sort by last modified time
    Searched refs:XFRMA_POLICY_TYPE (Results 1 - 7 of 7) sorted by null

  /external/iproute2/ip/
xfrm_policy.c 370 addattr_l(&req.n, sizeof(req), XFRMA_POLICY_TYPE,
511 if (tb[XFRMA_POLICY_TYPE]) {
514 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt)) {
515 fprintf(stderr, "too short XFRMA_POLICY_TYPE len\n");
518 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
646 addattr_l(&req.n, sizeof(req), XFRMA_POLICY_TYPE,
737 if (tb[XFRMA_POLICY_TYPE]) {
740 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt)) {
741 fprintf(stderr, "too short XFRMA_POLICY_TYPE len\n");
744 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
    [all...]
xfrm_monitor.c 153 if (tb[XFRMA_POLICY_TYPE]) {
158 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt))
161 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
ipxfrm.c 967 if (tb[XFRMA_POLICY_TYPE]) {
972 if (RTA_PAYLOAD(tb[XFRMA_POLICY_TYPE]) < sizeof(*upt))
975 upt = (struct xfrm_userpolicy_type *)RTA_DATA(tb[XFRMA_POLICY_TYPE]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 270 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 270 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 270 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */
  /external/iproute2/include/linux/
xfrm.h 290 XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */

Completed in 3984 milliseconds