HomeSort by relevance Sort by last modified time
    Searched refs:get_s16 (Results 1 - 4 of 4) sorted by null

  /external/iproute2/include/
utils.h 97 #define get_short get_s16
102 int get_s16(__s16 *val, const char *arg, int base);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 265 s16 get_s16(const struct nlattr *nla) function in class:WifiRequest
458 virtual s16 get_s16(const struct nlattr *nla);
cpp_bindings.cpp 910 s16 WifiVendorCommand::get_s16(const struct nlattr *nla) function in class:WifiVendorCommand
912 return mMsg.get_s16(nla);
  /external/iproute2/lib/
utils.c 334 int get_s16(__s16 *val, const char *arg, int base) function

Completed in 539 milliseconds