Home
last modified time | relevance | path

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

/freebsd/sys/netinet/netdump/
H A Dnetdump_client.c113 struct debugnet_pcb *nd_pcb; member
213 error = debugnet_send(nd_conf.nd_pcb, DEBUGNET_DATA, nd_buf, in netdump_flush_buf()
252 debugnet_sendempty(nd_conf.nd_pcb, DEBUGNET_FINISHED) != 0) in netdump_dumper()
336 nd_conf.nd_pcb = pcb; in netdump_start()
372 error = debugnet_send(nd_conf.nd_pcb, NETDUMP_KDH, nd_buf, in netdump_write_headers()
386 if (nd_conf.nd_pcb != NULL) { in netdump_cleanup()
387 debugnet_free(nd_conf.nd_pcb); in netdump_cleanup()
388 nd_conf.nd_pcb = NULL; in netdump_cleanup()