Searched refs:ndc_iface (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/netdump/
H A Dnetdump.h65 char ndc_iface[IFNAMSIZ]; member in struct:netdump_conf
H A Dnetdump_client.c1073 if (strcmp(ifp->if_xname, conf->ndc_iface) == 0)
1165 strlcpy(conf->ndc_iface, nd_ifp->if_xname,
1166 sizeof(conf->ndc_iface));
1176 conf->ndc_iface[sizeof(conf->ndc_iface) - 1] = '\0';
1217 error = set_dumper(&dumper, conf->ndc_iface, td,
1266 strlcpy(conf.ndc_iface, arg, sizeof(conf.ndc_iface));
/freebsd-12-stable/sbin/dumpon/
H A Ddumpon.c446 if (strlcpy(ndconf.ndc_iface, argv[0],
447 sizeof(ndconf.ndc_iface)) >= sizeof(ndconf.ndc_iface))

Completed in 167 milliseconds