examples/ipsec-secgw: add default flow for inline Rx
[dpdk.git] / examples / ipsec-secgw / parser.h
index 1f8bd3e..6e764fe 100644 (file)
@@ -66,10 +66,16 @@ parse_ipv6_addr(const char *token, struct in6_addr *ipv6, uint32_t *mask);
 int
 parse_range(const char *token, uint16_t *low, uint16_t *high);
 
+void
+sp4_sort_arr(void);
+
 void
 parse_sp4_tokens(char **tokens, uint32_t n_tokens,
        struct parse_status *status);
 
+void
+sp6_sort_arr(void);
+
 void
 parse_sp6_tokens(char **tokens, uint32_t n_tokens,
        struct parse_status *status);