Home
last modified time | relevance | path

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

/freebsd/sys/netinet/netdump/
H A Dnetdump.h44 #define NETDUMP_VMCORE DEBUGNET_DATA
H A Dnetdump_client.c213 error = debugnet_send(nd_conf.nd_pcb, DEBUGNET_DATA, nd_buf, in netdump_flush_buf()
/freebsd/sys/net/
H A Ddebugnet.h49 #define DEBUGNET_DATA 3 /* Contains data. */ macro
H A Ddebugnet.c410 if (hdr_type != DEBUGNET_DATA) { in debugnet_handle_rx_msg()
/freebsd/sys/gdb/
H A Dnetgdb.c211 error = debugnet_send(netgdb_conn, DEBUGNET_DATA, buf, len, &aux); in netgdb_dbg_sendpacket()