Lines Matching refs:_INT
1468 #define _INT(f) #f, wpa_config_parse_int, OFFSET(f), (void *) 0
1471 #define _INT(f) #f, wpa_config_parse_int, wpa_config_write_int, \
1478 #define INT(f) _INT(f), NULL, NULL, 0
1482 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0
1643 #undef _INT
3081 #define _INT(f) #f, wpa_global_config_parse_int, OFFSET(f)
3082 #define INT(f) _INT(f), NULL, NULL
3083 #define INT_RANGE(f, min, max) _INT(f), (void *) min, (void *) max
3179 #undef _INT