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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1774 #define _INT(f) #f, wpa_config_parse_int, OFFSET(f), (void *) 0 macro
1777 #define _INT(f) #f, wpa_config_parse_int, wpa_config_write_int, \ macro
1784 #define INT(f) _INT(f), NULL, NULL, 0
1788 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0
1982 #undef _INT macro
4109 #define _INT(f) #f, wpa_global_config_parse_int, wpa_config_get_int, OFFSET(f) macro
4110 #define INT(f) _INT(f), NULL, NULL
4111 #define INT_RANGE(f, min, max) _INT(f), (void *) min, (void *) max
4252 #undef _INT macro

Completed in 103 milliseconds