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

/freebsd-10.1-release/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.c4037 #define iseq(a,b) (strncasecmp(a,b,sizeof(b)-1) == 0) macro
4041 if (iseq(arg, "sta"))
4043 else if (iseq(arg, "scan") || iseq(arg, "ap"))
4045 else if (iseq(arg, "chan") || iseq(arg, "freq"))
4047 else if (iseq(arg, "active"))
4049 else if (iseq(arg, "keys"))
4051 else if (iseq(arg, "caps"))
4053 else if (iseq(ar
4072 #undef iseq macro
5085 #define iseq macro
5105 #undef iseq macro
[all...]

Completed in 100 milliseconds