Searched refs:ascii_strcasecmp (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dascii_strcasecmp.h30 extern int ascii_strcasecmp(const char *, const char *);
H A Dtcpdump.c162 #include "ascii_strcasecmp.h"
1774 if (ascii_strcasecmp(optarg, "in") == 0)
1776 else if (ascii_strcasecmp(optarg, "out") == 0)
1778 else if (ascii_strcasecmp(optarg, "inout") == 0)
1806 if (ascii_strcasecmp(optarg, "vat") == 0)
1808 else if (ascii_strcasecmp(optarg, "wb") == 0)
1810 else if (ascii_strcasecmp(optarg, "rpc") == 0)
1812 else if (ascii_strcasecmp(optarg, "rtp") == 0)
1814 else if (ascii_strcasecmp(optarg, "rtcp") == 0)
1816 else if (ascii_strcasecmp(optar
[all...]
H A Dascii_strcasecmp.c13 #include "ascii_strcasecmp.h"
59 ascii_strcasecmp(const char *s1, const char *s2) function
H A Dprint-esp.c54 #include "ascii_strcasecmp.h"
502 if(ascii_strcasecmp(decode,"sha1") == 0 ||
503 ascii_strcasecmp(decode,"md5") == 0) {
597 if (spikey && ascii_strcasecmp(spikey, "file") == 0) {
628 if (spikey && ascii_strcasecmp(spikey, "ikev2") == 0) {
H A DMakefile.in80 ascii_strcasecmp.c \
275 ascii_strcasecmp.h \
H A Dutil-print.c58 #include "ascii_strcasecmp.h"
856 if (ascii_strcasecmp((const char *)token, cmd) == 0) {
/freebsd-current/contrib/tcpdump/missing/
H A Ddlnames.c44 #include "ascii_strcasecmp.h"
138 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A DMakefile12 ascii_strcasecmp.c \

Completed in 90 milliseconds