HomeSort by: relevance | last modified time | path
    Searched defs:others_priority (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr_srv.c 134 const uint16_t others_priority = dns_obj_rr_srv_get_priority(other); local
135 if (my_priority < others_priority) {
137 } else if (my_priority > others_priority) {
dns_obj_rr_srv.c 134 const uint16_t others_priority = dns_obj_rr_srv_get_priority(other); local
135 if (my_priority < others_priority) {
137 } else if (my_priority > others_priority) {

Completed in 47 milliseconds