Home
last modified time | relevance | path

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

/dpdk/buildtools/
H A Dcoff.py88 return self._image.get_string(offset)
147 def get_string(self, offset): member in Image
/dpdk/examples/bond/
H A Dmain.c457 static inline void get_string(struct cmd_send_result *res, char *buf, uint8_t size) in get_string() function
483 get_string(res, ip_str, INET_ADDRSTRLEN); in cmd_send_parsed()