Home
last modified time | relevance | path

Searched defs:dlm (Results 1 – 6 of 6) sorted by relevance

/dpdk/examples/l3fwd/
H A Dlpm_route_parse.c46 const char *dlm = "/"; in parse_ipv6_addr_mask() local
67 const char *dlm = "/"; in parse_ipv4_addr_mask() local
101 static const char *dlm = " \t\n"; in lpm_parse_v6_rule() local
123 static const char *dlm = " \t\n"; in lpm_parse_v4_rule() local
[all...]
H A Dem_route_parse.c44 static const char *dlm = " \t\n"; in em_parse_v6_rule() local
78 static const char *dlm = " \t\n"; in em_parse_v4_rule() local
H A Dl3fwd_acl.c276 parse_ipv6_addr(const char * in,const char ** end,uint32_t v[IPV6_ADDR_U32],char dlm) parse_ipv6_addr() argument
334 static const char *dlm = " \t\n"; parse_cb_ipv6_rule() local
413 const char *dlm = "/"; parse_ipv4_net() local
436 static const char *dlm = " \t\n"; parse_cb_ipv4vlan_rule() local
H A Dl3fwd_route.h14 GET_CB_FIELD(in,fd,base,lim,dlm) global() argument
/dpdk/app/test/
H A Dtest_table_acl.c90 #define GET_CB_FIELD(in, fd, base, lim, dlm) \ argument
142 static const char *dlm = " \t\n"; in parse_cb_ipv4_rule() local
231 static const char *dlm = " \t\n"; in parse_cb_ipv4_rule_del() local
/dpdk/lib/pci/
H A Drte_pci.c16 get_u8_pciaddr_field(const char *in, void *_u8, char dlm) in get_u8_pciaddr_field()