HomeSort by: relevance | last modified time | path
    Searched defs:status_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
tcpdump.c 291 static const struct tok status_flags[] = { variable in typeref:struct:tok
525 printf("%s", bittok2str(status_flags, "none", dev->flags));
590 printf(" [%s]", bittok2str(status_flags, "none", dev->flags));
tcpdump.c 291 static const struct tok status_flags[] = { variable in typeref:struct:tok
525 printf("%s", bittok2str(status_flags, "none", dev->flags));
590 printf(" [%s]", bittok2str(status_flags, "none", dev->flags));

Completed in 51 milliseconds