Home | History | Annotate | Download | only in tcpdump

Lines Matching full:cmds

1856 		static const unsigned long cmds[] = { BIOCGSTATS, BIOCROTZBUF };
1863 if (cap_ioctls_limit(pcap_fileno(pd), cmds,
1864 sizeof(cmds) / sizeof(cmds[0])) < 0 && errno != ENOSYS) {