Searched refs:close_with_IOP (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c346 static void close_with_IOP(int chassis, int geoslot, int flag) { function
364 close_with_IOP(chassis, geoslot, LIVE);
377 if (units[chassis][geoslot].fd == fd) close_with_IOP(chassis, geoslot, LIVE);
378 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
735 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
772 close_with_IOP(chassis, geoslot, FIND);

Completed in 95 milliseconds