Searched refs:iseq (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sbin/ifconfig/
H A Dregdomain.c72 #define iseq(a,b) (strcasecmp(a,b) == 0) macro
85 if (iseq(attr[i], "id")) {
87 } else if (iseq(attr[i], "ref")) {
89 } else if (iseq(attr[i], "mode")) {
95 if (iseq(name, "rd") && mt->rd == NULL) {
105 if (iseq(name, "defcc") && mt->rd != NULL) {
109 if (iseq(name, "netband") && mt->curband == NULL && mt->rd != NULL) {
115 if (iseq(mode, "11b"))
117 else if (iseq(mode, "11g"))
119 else if (iseq(mod
168 #undef iseq macro
174 #define iseq macro
223 #undef iseq macro
229 #define iseq macro
368 #undef iseq macro
[all...]
H A Difieee80211.c4048 #define iseq(a,b) (strncasecmp(a,b,sizeof(b)-1) == 0) macro
4052 if (iseq(arg, "sta"))
4054 else if (iseq(arg, "scan") || iseq(arg, "ap"))
4056 else if (iseq(arg, "chan") || iseq(arg, "freq"))
4058 else if (iseq(arg, "active"))
4060 else if (iseq(arg, "keys"))
4062 else if (iseq(arg, "caps"))
4064 else if (iseq(ar
4083 #undef iseq macro
5098 #define iseq macro
5118 #undef iseq macro
[all...]

Completed in 60 milliseconds