Lines Matching refs:interface

567 // Generates a response message giving name, type, domain, plus interface index,
1797 // If the client specified an interface, but no domain, then we honor the specified interface for the "local" (mDNS)
1799 // registrations scoped to a specific interface, so for the automatic domains we add we must *not* specify an interface.
1800 // (Specifying an interface with an apparently wide-area domain (i.e. something other than "local")
2023 // The registration is scoped to a specific interface index, but the
2024 // interface is not currently in our list.
2034 // Otherwise, use the specified interface index value and the registration will
2035 // be applied to that interface when it comes up.
2037 LogInfo("handle_regservice_request: registration pending for interface index %d", interfaceIndex);
2622 // The browse is scoped to a specific interface index, but the
2623 // interface is not currently in our list.
2633 // Otherwise, use the specified interface index value and the browse will
2634 // be applied to that interface when it comes up.
2636 LogInfo("handle_browse_request: browse pending for interface index %d", interfaceIndex);
2762 len += sizeof(mDNSu32); // interface index
2821 // The operation is scoped to a specific interface index, but the
2822 // interface is not currently in our list.
2832 // Otherwise, use the specified interface index value and the operation will
2833 // be applied to that interface when it comes up.
2835 LogInfo("handle_resolve_request: resolve pending for interface index %d", interfaceIndex);
3276 len += sizeof(mDNSu32); // interface index
3319 // should not have existed to answer this question if the corresponding interface is not valid.
3734 // The request is scoped to a specific interface index, but the
3735 // interface is not currently in our list.
3747 // Otherwise, use the specified interface index value and the request will
3748 // be applied to that interface when it comes up.
3750 LogInfo("handle_queryrecord_request: query pending for interface index %d", interfaceIndex);
3927 // Note that we do NOT propagate specific interface indexes to the client - for example, a domain we learn from
3928 // a machine's system preferences may be discovered on the LocalOnly interface, but should be browsed on the
3963 // if the caller hasn't specified an explicit interface, we use local-only to get the system-wide list.
4010 "%3d: DNSServiceReconfirmRecord(%s) interface %d initiated" :
4011 "%3d: DNSServiceReconfirmRecord(%s) interface %d failed: %d",
4451 // The request is scoped to a specific interface index, but the
4452 // interface is not currently in our list.
4462 // Otherwise, use the specified interface index value and the registration will
4463 // be applied to that interface when it comes up.
4465 LogInfo("handle_addrinfo_request: query pending for interface index %d", interfaceIndex);
5795 InterfaceID = cr->resrec.rDNSServer->interface;