Searched refs:geoslot (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-sita.c | 69 int geoslot; member 143 int chassis, geoslot; in dump_unit_table() local 148 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in dump_unit_table() 149 if (units[chassis][geoslot].ip != NULL) in dump_unit_table() 150 …printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslot].ip); in dump_unit_table() 151 p = units[chassis][geoslot].iface; in dump_unit_table() 162 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) { in find_unit_by_fd() argument 169 if (geoslot) *geoslot = s; in find_unit_by_fd() 180 int chassis, geoslot; in read_client_nbytes() local 183 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_nbytes() [all …]
|