Searched refs:find_unit_by_fd (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-sita.c | 164 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) { in find_unit_by_fd() function 185 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_nbytes() 359 if (find_unit_by_fd(handle->fd, &chassis, &geoslot, &u) == 0) 373 find_unit_by_fd(fd, &chassis, &geoslot, NULL); 704 find_unit_by_fd(fd, &chassis, &geoslot, &u); 745 find_unit_by_fd(fd, &chassis, &geoslot, NULL); 850 find_unit_by_fd(fd, NULL, NULL, &u);
|