MCPcopy Create free account
hub / github.com/F-Stack/f-stack / isundefarg

Function isundefarg

tools/ifconfig/ifieee80211.c:940–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940static int
941isundefarg(const char *arg)
942{
943 return (strcmp(arg, "-") == 0 || strncasecmp(arg, "undef", 5) == 0);
944}
945
946static void
947set80211weptxkey(const char *val, int d, int s, const struct afswtch *rafp)

Callers 3

set80211weptxkeyFunction · 0.85
set80211rtsthresholdFunction · 0.85
ifieee80211.cFile · 0.85

Calls 2

strcmpFunction · 0.85
strncasecmpFunction · 0.85

Tested by

no test coverage detected