Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet.h179 int debugnet_send(struct debugnet_pcb *, uint32_t mhtype, const void *data,
188 return (debugnet_send(pcb, mhtype, NULL, 0, NULL)); in debugnet_sendempty()
H A Ddebugnet.c259 debugnet_send(struct debugnet_pcb *pcb, uint32_t type, const void *data, in debugnet_send() function
800 error = debugnet_send(pcb, DEBUGNET_HERALD, dcp->dc_herald_data, in debugnet_connect()
/freebsd/sys/netinet/netdump/
H A Dnetdump_client.c213 error = debugnet_send(nd_conf.nd_pcb, DEBUGNET_DATA, nd_buf, in netdump_flush_buf()
346 error = debugnet_send(pcb, NETDUMP_EKCD_KEY, nd_buf, keysize, in netdump_start()
372 error = debugnet_send(nd_conf.nd_pcb, NETDUMP_KDH, nd_buf, in netdump_write_headers()
/freebsd/sys/gdb/
H A Dnetgdb.c211 error = debugnet_send(netgdb_conn, DEBUGNET_DATA, buf, len, &aux); in netgdb_dbg_sendpacket()