Searched defs:dlm (Results 1 – 6 of 6) sorted by relevance
/dpdk/examples/l3fwd/ |
H A D | lpm_route_parse.c | 46 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 D | em_route_parse.c | 44 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 D | l3fwd_acl.c | 276 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 D | l3fwd_route.h | 14 GET_CB_FIELD(in,fd,base,lim,dlm) global() argument
|
/dpdk/app/test/ |
H A D | test_table_acl.c | 90 #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 D | rte_pci.c | 16 get_u8_pciaddr_field(const char *in, void *_u8, char dlm) in get_u8_pciaddr_field()
|