Home
last modified time | relevance | path

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

/freebsd-13.1/sys/gdb/
H A Dnetgdb.c141 if (ntohl(dnh->mh_type) != DEBUGNET_DATA) { in netgdb_rx()
242 error = debugnet_send(netgdb_conn, DEBUGNET_DATA, buf, len, &aux); in netgdb_dbg_sendpacket()
/freebsd-13.1/sys/netinet/netdump/
H A Dnetdump.h46 #define NETDUMP_VMCORE DEBUGNET_DATA
H A Dnetdump_client.c212 error = debugnet_send(nd_conf.nd_pcb, DEBUGNET_DATA, nd_buf, in netdump_flush_buf()
/freebsd-13.1/sys/net/
H A Ddebugnet.h51 #define DEBUGNET_DATA 3 /* Contains data. */ macro