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

  /external/iproute2/ip/
xfrm.h 61 #define XFRM_FLAG_PRINT(fp, flags, f, s) \
ipxfrm.c 822 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_NOECN, "noecn");
823 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_DECAP_DSCP, "decap-dscp");
824 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_NOPMTUDISC, "nopmtudisc");
825 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_WILDRECV, "wildrecv");
826 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_ICMP, "icmp");
827 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_AF_UNSPEC, "af-unspec");
920 XFRM_FLAG_PRINT(fp, flags, XFRM_POLICY_LOCALOK, "localok");

Completed in 58 milliseconds