config_type
typedef enum config_type config_type_t;
return (defconfig[i].config_type);
ns_conftype_t config_type; /* CLIENT/SERVER/CREDCONFIG */
uint8_t config_type;
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if (config_type != IPP_SET) {
"type %d\n", config_type));
uint8_t config_type;
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if (config_type != IPP_SET) {
"%d\n", config_type));
uint8_t config_type;
if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if (config_type != IPP_SET) {
"type %d\n", config_type));
uint8_t config_type;
if ((rc = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
switch (config_type) {
config_type));
uint8_t config_type;
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if (config_type != IPP_SET) {
"type %d", config_type));
uint8_t config_type;
if ((err = nvlist_lookup_byte(nvlp, IPP_CONFIG_TYPE, &config_type))
if (config_type != IPP_SET) {
"%d", config_type));