Searched refs:filter_t (Results 1 – 2 of 2) sorted by relevance
90 typedef int (*filter_t) (char *, ssize_t); typedef100 static int wait_for_packet(int fd, filter_t filter, struct timeval *timeout) in wait_for_packet()
169 filter_t filter = need_mac ? expect_icmp : expect_icmp_nomac; in send_and_capture_test_packets()