Home
last modified time | relevance | path

Searched refs:dp_finish_handler (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Ddebugnet_int.h73 void (*dp_finish_handler)(void); member
H A Ddebugnet.c414 if (pcb->dp_finish_handler != NULL) { in debugnet_handle_rx_msg()
415 pcb->dp_finish_handler(); in debugnet_handle_rx_msg()