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 779 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_NOECN, "noecn");
780 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_DECAP_DSCP, "decap-dscp");
781 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_NOPMTUDISC, "nopmtudisc");
782 XFRM_FLAG_PRINT(fp, flags, XFRM_STATE_WILDRECV, "wildrecv");
875 XFRM_FLAG_PRINT(fp, flags, XFRM_POLICY_LOCALOK, "localok");

Completed in 40 milliseconds