Home
last modified time | relevance | path

Searched refs:DEBUGNET_FINISHED (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/netdump/
H A Dnetdump.h43 #define NETDUMP_FINISHED DEBUGNET_FINISHED
H A Dnetdump_client.c252 debugnet_sendempty(nd_conf.nd_pcb, DEBUGNET_FINISHED) != 0) in netdump_dumper()
/freebsd/sys/net/
H A Ddebugnet.h48 #define DEBUGNET_FINISHED 2 /* Close the connection. */ macro
H A Ddebugnet.c411 if (hdr_type == DEBUGNET_FINISHED) { in debugnet_handle_rx_msg()