Home
last modified time | relevance | path

Searched refs:qport (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ldns/drill/
H A Ddrill.c152 uint16_t qport; in main() local
196 qport = LDNS_PORT; in main()
351 qport = (uint16_t)atoi(optarg); in main()
352 if (qport == 0) { in main()
663 ldns_resolver_set_port(res, qport); in main()
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c343 uint32_t *qport, protobuf_c_boolean *has_qport, in dt_msg_fill_net() argument
361 *qport = ntohs(q->sin6_port); in dt_msg_fill_net()
376 *qport = ntohs(q->sin_port); in dt_msg_fill_net()