Searched refs:debugnet_send (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | debugnet.h | 178 int debugnet_send(struct debugnet_pcb *, uint32_t mhtype, const void *data, 187 return (debugnet_send(pcb, mhtype, NULL, 0, NULL)); in debugnet_sendempty()
|
| H A D | debugnet.c | 236 debugnet_send(struct debugnet_pcb *pcb, uint32_t type, const void *data, in debugnet_send() function 751 error = debugnet_send(pcb, DEBUGNET_HERALD, dcp->dc_herald_data, in debugnet_connect()
|
| /f-stack/freebsd/netinet/netdump/ |
| H A D | netdump_client.c | 212 error = debugnet_send(nd_conf.nd_pcb, DEBUGNET_DATA, nd_buf, in netdump_flush_buf() 349 error = debugnet_send(nd_conf.nd_pcb, NETDUMP_KDH, nd_buf, in netdump_write_headers() 355 error = debugnet_send(nd_conf.nd_pcb, NETDUMP_EKCD_KEY, nd_buf, in netdump_write_headers()
|