Searched refs:nd_pcb (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/netdump/ |
| H A D | netdump_client.c | 112 struct debugnet_pcb *nd_pcb; member 212 error = debugnet_send(nd_conf.nd_pcb, DEBUGNET_DATA, nd_buf, in netdump_flush_buf() 253 debugnet_sendempty(nd_conf.nd_pcb, DEBUGNET_FINISHED) != 0) in netdump_dumper() 257 debugnet_free(nd_conf.nd_pcb); in netdump_dumper() 258 nd_conf.nd_pcb = NULL; in netdump_dumper() 335 nd_conf.nd_pcb = pcb; in netdump_start() 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()
|