Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/netdump/
H A Dnetdump.h45 #define NETDUMP_FINISHED DEBUGNET_FINISHED
H A Dnetdump_client.c253 debugnet_sendempty(nd_conf.nd_pcb, DEBUGNET_FINISHED) != 0) in netdump_dumper()
/f-stack/freebsd/net/
H A Ddebugnet.h50 #define DEBUGNET_FINISHED 2 /* Close the connection. */ macro
H A Ddebugnet.c393 if (ntohl(dnh->mh_type) == DEBUGNET_FINISHED) { in debugnet_handle_rx_msg()