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

  /bionic/libc/kernel/uapi/linux/
xfrm.h 80 #define XFRMA_REPLAY_ESN_MAX 4096
  /external/iproute2/include/uapi/linux/
xfrm.h 90 #define XFRMA_REPLAY_ESN_MAX 4096
  /external/kernel-headers/original/uapi/linux/
xfrm.h 90 #define XFRMA_REPLAY_ESN_MAX 4096
  /external/iproute2/ip/
xfrm_state.c 576 if (replay_window > XFRMA_REPLAY_ESN_MAX) {
578 "Error: replay-window (%u) > XFRMA_REPLAY_ESN_MAX (%u).\n",
579 replay_window, XFRMA_REPLAY_ESN_MAX);
    [all...]

Completed in 66 milliseconds