Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Ddebugnet_int.h72 void (*dp_rx_handler)(struct debugnet_pcb *, member
H A Ddebugnet.c411 pcb->dp_rx_handler(pcb, mb); in debugnet_handle_rx_msg()
501 if (pcb->dp_rx_handler == NULL) { in debugnet_handle_udp()
648 .dp_rx_handler = dcp->dc_rx_handler, in debugnet_connect()