Home
last modified time | relevance | path

Searched refs:softnic_parser_read_uint64_hex (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Dparser.c138 softnic_parser_read_uint64_hex(uint64_t *value, const char *p) in softnic_parser_read_uint64_hex() function
177 int ret = softnic_parser_read_uint64_hex(&val, p); in softnic_parser_read_uint32_hex()
209 int ret = softnic_parser_read_uint64_hex(&val, p); in softnic_parser_read_uint16_hex()
241 int ret = softnic_parser_read_uint64_hex(&val, p); in softnic_parser_read_uint8_hex()
H A Dparser.h43 int softnic_parser_read_uint64_hex(uint64_t *value, const char *p);