HomeSort by: relevance | last modified time | path
    Searched defs:n_links (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
events.c 5799 unsigned int n_links, i, idx; local
5802 n_links = wpas_ml_parse_assoc(wpa_s, &elems, ml_info);
5804 for (i = 1; i < n_links; i++) {
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.c 3569 unsigned int n_links = 0; local
3610 n_links++;
3614 if (n_links != sm->n_mld_affiliated_links) {
3617 sm->n_mld_affiliated_links, n_links);
  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 310 int n_links; member in struct:_deps_list
315 #define DEPS_LIST_N_LINKS(L) ((L)->n_links)
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 310 int n_links; member in struct:_deps_list
315 #define DEPS_LIST_N_LINKS(L) ((L)->n_links)

Completed in 53 milliseconds