Home | History | Annotate | Download | only in libpcap

Lines Matching refs:handler

201  * Poll the receiver queue and call the pcap callback-handler
286 * e.g. SIGINT handler, exit loop now.
395 * device (pkt_rx1.s or 32-bit device interrupt handler).
703 static void setup_signals (void (*handler)(int))
705 signal (SIGSEGV,handler);
706 signal (SIGILL, handler);
707 signal (SIGFPE, handler);
783 * set in it's probe handler), initialise near-memory ring-buffer for
1317 * get_rxbuf() routine (in locked code) is called from IRQ handler
1355 * Simple ring-buffer queue handler for reception of packets