Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/dumpon/
H A Ddumpon.c402 bool gzip, list, netdump, zstd, insert, rflag; in main() local
405 gzip = list = netdump = zstd = insert = rflag = false; in main()
500 netdump = true; in main()
507 netdump = false; in main()
512 if (!netdump && !gzip && !zstd && !rflag) in main()
529 if (netdump) { in main()
579 if (netdump) { in main()
/freebsd-13.1/sys/netinet/netdump/
H A Dnetdump_client.c132 FEATURE(netdump, "Netdump client support");
134 static SYSCTL_NODE(_net, OID_AUTO, netdump, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
739 MODULE_VERSION(netdump, 1);
740 DECLARE_MODULE(netdump, netdump_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
751 DB_FUNC(netdump, db_netdump_cmd, db_cmd_table, CS_OWN, NULL) in DB_FUNC() argument
/freebsd-13.1/etc/mtree/
H A DBSD.include.dist245 netdump
/freebsd-13.1/sys/powerpc/conf/
H A DGENERIC100 options NETDUMP # netdump(4) client support
H A DGENERIC64108 options NETDUMP # netdump(4) client support
H A DGENERIC64LE100 options NETDUMP # netdump(4) client support
/freebsd-13.1/include/
H A DMakefile59 netinet/netdump \
/freebsd-13.1/share/man/man4/
H A DMakefile336 netdump.4 \
/freebsd-13.1/sys/arm64/conf/
H A DGENERIC102 options NETDUMP # netdump(4) client support
/freebsd-13.1/sys/i386/conf/
H A DGENERIC95 options NETDUMP # netdump(4) client support
/freebsd-13.1/sys/amd64/conf/
H A DGENERIC107 options NETDUMP # netdump(4) client support
/freebsd-13.1/sys/conf/
H A Doptions328 # Enable netdump(4) client support.
H A DNOTES1061 # The NETDUMP option enables netdump(4) client support in the kernel.
H A Dfiles4443 netinet/netdump/netdump_client.c optional inet debugnet netdump