Home
last modified time | relevance | path

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

/external/iproute2/devlink/
Ddevlink.c476 static int strtouint32_t(const char *str, uint32_t *p_val) in strtouint32_t() function
539 err = strtouint32_t(portstr, p_port_index); in __dl_argv_handle_port()
643 err = strtouint32_t(str, p_val); in dl_argv_uint32_t()