Searched refs:find_unit_by_fd (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-sita.c | 162 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) { in find_unit_by_fd() function 183 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_nbytes() 357 if (find_unit_by_fd(handle->fd, &chassis, &geoslot, &u) == 0) 371 find_unit_by_fd(fd, &chassis, &geoslot, NULL); 702 find_unit_by_fd(fd, &chassis, &geoslot, &u); 743 find_unit_by_fd(fd, &chassis, &geoslot, NULL); 848 find_unit_by_fd(fd, NULL, NULL, &u);
|