Searched refs:ns (Results 1 – 5 of 5) sorted by relevance
216 #define NS_2_US(ns) ((ns + 500L) / 1000L) argument
166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() argument172 if (map_to_ns(sym->type) == map_to_ns(ns) && in find_symbol()177 if (exact && sym && sym->type != ns) in find_symbol()
62 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
74 typedef res_sendhookact (*res_send_qhook) (struct sockaddr_in * const *ns,81 typedef res_sendhookact (*res_send_rhook) (const struct sockaddr_in *ns,
470 #define NS_TO_US(ns) ((ns + 500L) / 1000L) argument