Searched refs:scopeid (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dif2ip.c107 unsigned int scopeid = 0; local
111 scopeid =
114 if(scopeid != remote_scope) {
122 if(scopeid)
123 snprintf(scope, sizeof(scope), "%%%u", scopeid);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_src.c1734 * generate kernel-internal form (scopeid embedded into s6_addr16[1]).
1741 * embedded scopeid thing.
1753 u_int32_t scopeid; local
1757 scopeid = sin6->sin6_scope_id;
1767 if (scopeid == 0)
1768 scopeid = scope6_addr2default(in6);
1804 } else if (scopeid != 0) {
1806 * Since scopeid is unsigned, we only have to check it
1810 if (if_index < scopeid)
1816 ifp = ifindex2ifnet[scopeid];
1846 u_int32_t scopeid; local
[all...]
H A Din6_mcast.c1965 uint32_t scopeid = 0; local
2108 (void)in6_setscope(&gsa->sin6.sin6_addr, ifp, &scopeid);
2110 * Some addresses are not valid without an embedded scopeid.
2116 (scopeid == 0 || gsa->sin6.sin6_addr.s6_addr16[1] == 0))
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dgetaddrinfo.c876 int scopeid;
882 if ((scopeid = ip6_str2scopeid(scope, sin6)) == -1) {
886 sin6->sin6_scope_id = scopeid;
1061 int scopeid; local
1065 /* empty scopeid portion is invalid */
1075 scopeid = if_nametoindex(scope);
1076 if (scopeid == 0)
1078 return(scopeid);
1091 scopeid = (int)strtoul(scope, &ep, 10);
1093 return scopeid;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetaddrinfo.c355 lwres_uint32_t scopeid; local
371 * scopeid around here.
375 scopeid = (lwres_uint32_t)strtoul(p + 1,
381 scopeid = 0;
384 scopeid = 0;
435 scopeid;
/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Daf_inet6.c246 u_int32_t scopeid; local
286 scopeid = sin->sin6_scope_id;
351 if (scopeid)
352 printf("scopeid 0x%x ", scopeid);
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmcast.c806 u_int32_t scopeid; local
815 scopeid = ntohs(*(u_int16_t *)&sin6.sin6_addr.s6_addr[2]);
816 if (scopeid) {
817 sin6.sin6_scope_id = scopeid;
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/
H A Dgetaddrinfo.c372 isc_uint32_t scopeid; local
388 * scopeid around here.
392 scopeid = (isc_uint32_t)strtoul(p + 1,
398 scopeid = 0;
401 scopeid = 0;
453 scopeid;
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_io.c592 printf("scopeid = %u\n", itf->scopeid);
632 iface->scopeid,
1304 itf->scopeid = isc_netaddr_getzone(&isc_if->address);
1305 SET_SCOPE(&itf->sin, itf->scopeid);
2141 (char *)&iface->scopeid,
2142 sizeof(iface->scopeid))) {
2147 iface->scopeid, stoa(maddr));
2166 iface->scopeid, stoa(maddr)));
2311 mreq6.ipv6mr_interface = iface->scopeid;
[all...]
H A Dntp_peer.c583 niface->flags, niface->scopeid);
H A Dntp_request.c2864 ifs->scopeid = htonl(interface->scopeid);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetifaddrs.c197 uint32_t scope, uint32_t scopeid)
208 ((struct sockaddr_in6*)sa)->sin6_scope_id = scopeid;
248 ((struct sockaddr_in6*)sa)->sin6_scope_id = scopeid;
194 ifa_make_sockaddr(sa_family_t family, struct sockaddr *sa, void *p, size_t len, uint32_t scope, uint32_t scopeid) argument
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c506 /* check for embedded scopeid */
519 si_addrinfo_list(si_mod_t *si, uint32_t flags, int socktype, int proto, struct in_addr *a4, struct in6_addr *a6, int port, int scopeid, const char *cname4, const char *cname6) argument
531 item = si_addrinfo_v6(si, 0, SOCK_DGRAM, IPPROTO_UDP, port, a6, scopeid, cname6);
538 item = si_addrinfo_v6(si, 0, SOCK_STREAM, IPPROTO_TCP, port, a6, scopeid, cname6);
545 item = si_addrinfo_v6(si, 0, SOCK_RAW, IPPROTO_ICMPV6, port, a6, scopeid, cname6);
H A Dsi_module.h365 si_list_t *si_addrinfo_list(si_mod_t *si, uint32_t flags, int socktype, int proto, struct in_addr *a4, struct in6_addr *a6, int port, int scopeid, const char *cname4, const char *cname6);
/macosx-10.9.5/ntp-88/include/
H A Dntp.h195 u_int scopeid; /* Scope used for Multicasting */ member in struct:interface
H A Dntp_request.h905 u_int32 scopeid; /* Scope used for Multicasting */ member in struct:info_if_stats
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c5585 mDNSlocal mDNSBool mDNSUpdateOkToSend(mDNS *const m, AuthRecord *rr, NetworkInterfaceInfo *const intf, mDNSu32 scopeid) argument
5596 // If we have a pending registration for "scopeid", it is ok to send the update on that interface.
5597 // If the scopeid is too big to check for validity, we don't check against updateIntID. When
5601 // Note: scopeid is the same as intf->InterfaceID. It is passed in so that we don't have to call the
5604 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
5740 mDNSu32 scopeid; local
5742 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, intf->InterfaceID, mDNStrue);
5798 if (rr->SendRNow || mDNSUpdateOkToSend(m, rr, intf, scopeid))
5808 if (scopeid < (sizeo
5974 mDNSu32 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, ar->resrec.InterfaceID, mDNStrue); local
6030 mDNSu32 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, intf->InterfaceID, mDNStrue); local
6309 mDNSu32 scopeid; local
10107 mDNSu32 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNStrue); local
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c1831 LogInfo("setsockopt - IPV6_MUTLICAST_IF scopeid %d, not a valid interface", info->scope_id);
5614 mDNSu32 scopeid = 0; local
5635 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNStrue);
5637 if (mDNS_snprintf(ifid_buf, sizeof(ifid_buf), "%u", scopeid) >= sizeof(ifid_buf))
5638 LogMsg("UpdateSearchDomainHash: mDNS_snprintf failed for scopeid %u", scopeid);
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc_ops.c3107 ntohl(ifs->scopeid),
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5356 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; local
5357 LogMsgNoIdent(" %s %u %s", RecordTypeName(ar->resrec.RecordType), scopeid, ARDisplayString(m, ar));

Completed in 848 milliseconds