Home
last modified time | relevance | path

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

/freebsd/sbin/dumpon/
H A Ddumpon.c467 bool gzip, list, netdump, zstd, insert, rflag; in main() local
473 gzip = list = netdump = zstd = insert = rflag = false; in main()
578 netdump = true; in main()
585 netdump = false; in main()
608 if (!netdump && !gzip && !zstd && !rflag) in main()
625 if (netdump) { in main()
682 if (error == 0 && netdump) in main()
688 if (netdump) { in main()
/freebsd/sys/netinet/netdump/
H A Dnetdump_client.c133 FEATURE(netdump, "Netdump client support");
135 static SYSCTL_NODE(_net, OID_AUTO, netdump, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
681 MODULE_VERSION(netdump, 1);
682 DECLARE_MODULE(netdump, netdump_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
693 DB_COMMAND_FLAGS(netdump, db_netdump_cmd, CS_OWN) in DB_COMMAND_FLAGS() argument
/freebsd/etc/mtree/
H A DBSD.include.dist316 netdump
/freebsd/sys/riscv/conf/
H A DGENERIC176 options NETDUMP # netdump(4) client support
/freebsd/sys/powerpc/conf/
H A DGENERIC101 options NETDUMP # netdump(4) client support
H A DGENERIC64111 options NETDUMP # netdump(4) client support
H A DGENERIC64LE107 options NETDUMP # netdump(4) client support
/freebsd/share/man/man4/
H A DMakefile350 netdump.4 \
/freebsd/include/
H A DMakefile65 netinet/netdump \
/freebsd/sys/i386/conf/
H A DGENERIC98 options NETDUMP # netdump(4) client support
/freebsd/sys/amd64/conf/
H A DGENERIC105 options NETDUMP # netdump(4) client support
/freebsd/sys/conf/
H A Doptions348 # Enable netdump(4) client support.
H A DNOTES1091 # The NETDUMP option enables netdump(4) client support in the kernel.
H A Dfiles4414 netinet/netdump/netdump_client.c optional inet debugnet netdump