Searched refs:close_with_IOP (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-sita.c | 345 static void close_with_IOP(int chassis, int geoslot, int flag) { in close_with_IOP() function 363 close_with_IOP(chassis, geoslot, LIVE); in pcap_cleanup_acn() 376 if (units[chassis][geoslot].fd == fd) close_with_IOP(chassis, geoslot, LIVE); in send_to_fd() 377 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); in send_to_fd() 751 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ in wait_for_all_answers() 788 close_with_IOP(chassis, geoslot, FIND); in acn_findalldevs()
|