Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/netdump/
HDnetdump.h43 #define NETDUMP_FINISHED DEBUGNET_FINISHED
HDnetdump_client.c251 debugnet_sendempty(nd_conf.nd_pcb, DEBUGNET_FINISHED) != 0) in netdump_dumper()
/freebsd-13-stable/sys/net/
HDdebugnet.h48 #define DEBUGNET_FINISHED 2 /* Close the connection. */ macro
HDdebugnet.c399 if (ntohl(dnh->mh_type) == DEBUGNET_FINISHED) { in debugnet_handle_rx_msg()
/freebsd-13-stable/sys/gdb/
HDnetgdb.c134 if (ntohl(dnh->mh_type) == DEBUGNET_FINISHED) { in netgdb_rx()