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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c881 u_int32_t scopeid = 0;
887 if (!ip6_str2scopeid(scope, sin6, &scopeid)) {
892 sin6->sin6_scope_id = scopeid;
1112 u_int32_t scopeid; local
1117 /* empty scopeid portion is invalid */
1129 scopeid = if_nametoindex(scope);
1130 if (scopeid == 0)
1132 *scopeidp = scopeid;
1148 scopeid = lscopeid & 0xffffffff;
1149 if (errno == 0 && ep && *ep == '\0' && scopeid
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c531 uint_t scopeid = 0; local
593 scopeid = sin6->sin6_scope_id;
595 zoneid, ipst, B_FALSE, scopeid);
614 if (scopeid != 0) {
616 ixa->ixa_scopeid = scopeid;
617 connp->conn_incoming_ifindex = scopeid;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c430 uint_t scopeid = 0; local
469 scopeid = sin6->sin6_scope_id;
471 B_TRUE, scopeid);
504 if (scopeid != 0) {
506 connp->conn_ixa->ixa_scopeid = scopeid;
507 connp->conn_incoming_ifindex = scopeid;
574 if (scopeid != 0) {
729 uint_t scopeid = 0; local
769 scopeid = sin6->sin6_scope_id;
869 if (scopeid !
[all...]
H A Dip_output.c425 uint_t scopeid; local
431 scopeid = ixa->ixa_scopeid;
433 scopeid = 0;
436 ipst, B_FALSE, scopeid) != IPVL_BAD);
H A Dconn_opt.c1569 uint_t scopeid = 0; local
1582 scopeid = pkti->ipi6_ifindex;
1585 ipst, B_FALSE, scopeid);
H A Dip6.c1869 ip_stack_t *ipst, boolean_t allow_mcbc, uint_t scopeid)
1879 if (scopeid != 0) {
1880 ill = ill_lookup_on_ifindex(scopeid, B_TRUE, ipst);
4434 * scopeid. This is used to limit
1868 ip_laddr_verify_v6(const in6_addr_t *v6src, zoneid_t zoneid, ip_stack_t *ipst, boolean_t allow_mcbc, uint_t scopeid) argument
H A Dip.c6554 uint_t scopeid; local
6564 scopeid = ixa->ixa_scopeid;
6566 scopeid = 0;
6572 mtuinfo->ip6m_addr.sin6_scope_id = scopeid;
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4828 uint_t scopeid = 0; local
4878 scopeid = sin6->sin6_scope_id;
4880 zoneid, ipst, B_TRUE, scopeid);
5185 if (scopeid != 0) {
5187 connp->conn_ixa->ixa_scopeid = scopeid;
5188 connp->conn_incoming_ifindex = scopeid;
5379 if (scopeid != 0) {
5541 uint_t scopeid = 0; local
5602 scopeid = sin6->sin6_scope_id;
5706 if (scopeid !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c5685 mDNSlocal mDNSBool mDNSUpdateOkToSend(mDNS *const m, AuthRecord *rr, NetworkInterfaceInfo *const intf, mDNSu32 scopeid) argument
5696 // If we have a pending registration for "scopeid", it is ok to send the update on that interface.
5697 // If the scopeid is too big to check for validity, we don't check against updateIntID. When
5701 // Note: scopeid is the same as intf->InterfaceID. It is passed in so that we don't have to call the
5704 if ((scopeid >= (sizeof(rr->updateIntID) * mDNSNBBY) || bit_get_opaque64(rr->updateIntID, scopeid)) &&
5846 mDNSu32 scopeid; local
5848 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, intf->InterfaceID, mDNStrue);
5904 if (rr->SendRNow || mDNSUpdateOkToSend(m, rr, intf, scopeid))
5914 if (scopeid < (sizeo
6080 mDNSu32 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, ar->resrec.InterfaceID, mDNStrue); local
6136 mDNSu32 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, intf->InterfaceID, mDNStrue); local
6443 mDNSu32 scopeid; local
10163 mDNSu32 scopeid = mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNStrue); local
[all...]
H A Duds_daemon.c5528 mDNSu32 scopeid = (mDNSu32)(uintptr_t)ar->resrec.InterfaceID; local
5529 LogMsgNoIdent(" %s %u %s", RecordTypeName(ar->resrec.RecordType), scopeid, ARDisplayString(m, ar));

Completed in 390 milliseconds