Home
last modified time | relevance | path

Searched refs:MAX_GEOSLOT (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-sita.c50 #define MAX_GEOSLOT 8 /* max number of access units in an ACN site */ macro
75 static unit_t units[MAX_CHASSIS+1][MAX_GEOSLOT+1]; /* we use indexes of 1 through 8, but we reserv…
148 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in dump_unit_table()
166 for (s = 0; s <= MAX_GEOSLOT; s++) { in find_unit_by_fd()
226 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in empty_unit_table()
243 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in find_nth_interface_name()
291 …geoslot < 1 || geoslot > MAX_GEOSLOT) { /* if the chassis and/or slot numbers appear to be bad...… in acn_parse_hosts_file()
579 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { /* now loop over all the devices */ in process_client_data()
783 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in acn_findalldevs()
828 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in acn_open_live()