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() 361 if (find_unit_by_fd(handle->fd, &chassis, &geoslot, &u) == 0) in pcap_cleanup_acn() 375 find_unit_by_fd(fd, &chassis, &geoslot, NULL); in send_to_fd() 709 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_data() 750 find_unit_by_fd(fd, &chassis, &geoslot, NULL); in wait_for_all_answers() 855 find_unit_by_fd(fd, NULL, NULL, &u); in acn_start_monitor()
|