Searched refs:get_u32_handle (Results 1 – 3 of 3) sorted by relevance
/external/libnl/tests/ |
D | test-u32-filter-with-actions.c | 45 static int get_u32_handle(__u32 *handle, const char *str) in get_u32_handle() function 84 if(get_u32_handle(&handle, cHandle)) { in get_u32_parse_handle() 323 if(get_u32_handle(&htlink, chashlink)) { in main()
|
D | test-complex-HTB-with-hash-filters.c | 46 int get_u32_handle(__u32 *handle, const char *str) in get_u32_handle() function 85 if(get_u32_handle(&handle, cHandle)) { in get_u32_parse_handle() 615 if(get_u32_handle(&htlink, chashlink)) { in main()
|
/external/iproute2/tc/ |
D | f_u32.c | 47 static int get_u32_handle(__u32 *handle, const char *str) in get_u32_handle() function 999 if (handle && get_u32_handle(&t->tcm_handle, handle)) { in u32_parse_opt() 1065 if (get_u32_handle(&linkid, *argv)) { in u32_parse_opt() 1078 if (get_u32_handle(&ht, *argv)) { in u32_parse_opt()
|