Searched refs:token_hdr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse.c | 112 struct cmdline_token_hdr token_hdr; in match_inst() local 121 memcpy(&token_hdr, token_p, sizeof(token_hdr)); in match_inst() 138 if (token_hdr.offset > resbuf_size) { in match_inst() 142 token_hdr.offset, resbuf_size); in match_inst() 145 rb_sz = resbuf_size - token_hdr.offset; in match_inst() 148 token_hdr.offset, rb_sz); in match_inst() 312 struct cmdline_token_hdr token_hdr; in cmdline_complete() local 332 memset(&token_hdr, 0, sizeof(token_hdr)); in cmdline_complete() 362 memcpy(&token_hdr, token_p, sizeof(token_hdr)); in cmdline_complete() 457 memcpy(&token_hdr, token_p, sizeof(token_hdr)); in cmdline_complete() [all …]
|