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

/freebsd-10.0-release/contrib/ldns/
H A Dstr2host.c1173 uint8_t gateway_type = 0; local
1205 gateway_type = (uint8_t)atoi(token);
1212 if (!gateway || (gateway_type == 0 &&
1242 if (gateway_type == 1) {
1244 } else if (gateway_type == 2) {
1246 } else if (gateway_type == 3) {
1274 if (gateway_type)
1293 data[1] = gateway_type;
1296 if (gateway_type) {
H A Dhost2str.c960 uint8_t gateway_type; local
974 gateway_type = data[1];
978 switch (gateway_type) {
1031 ldns_buffer_printf(output, "%u %u %u ", precedence, gateway_type, algorithm);

Completed in 113 milliseconds