Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c49 #define MAX_CHASSIS 8 /* number of chassis 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…
147 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { in dump_unit_table()
165 for (c = 0; c <= MAX_CHASSIS; c++) { in find_unit_by_fd()
225 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { in empty_unit_table()
242 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { /* scan the table... */ in find_nth_interface_name()
290 if (chassis < 1 || chassis > MAX_CHASSIS || in acn_parse_hosts_file()
578 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { in process_client_data()
782 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { in acn_findalldevs()
827 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { /* scan the table... */ in acn_open_live()