HomeSort by relevance Sort by last modified time
    Searched full:get_u32_handle (Results 1 - 3 of 3) sorted by null

  /external/libnl/tests/
test-u32-filter-with-actions.c 45 static int get_u32_handle(__u32 *handle, const char *str) function
84 if(get_u32_handle(&handle, cHandle)) {
313 * 1. Using function get_u32_handle and sent a string in
321 htlink = 0x0; // is used by get_u32_handle to return the correct value of hash table (link)
323 if(get_u32_handle(&htlink, chashlink)) {
test-complex-HTB-with-hash-filters.c 46 int get_u32_handle(__u32 *handle, const char *str) function
85 if(get_u32_handle(&handle, cHandle)) {
605 * 1. Using function get_u32_handle and sent a string in
613 htlink = 0x0; // is used by get_u32_handle to return the correct value of hash table (link)
615 if(get_u32_handle(&htlink, chashlink)) {
  /external/iproute2/tc/
f_u32.c 47 static int get_u32_handle(__u32 *handle, const char *str) function
999 if (handle && get_u32_handle(&t->tcm_handle, handle)) {
1065 if (get_u32_handle(&linkid, *argv)) {
1078 if (get_u32_handle(&ht, *argv)) {

Completed in 75 milliseconds