OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopeid
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/netbsd/net/
getaddrinfo.c
1059
u_int32_t
scopeid
;
1065
if (ip6_str2scopeid(scope, sin6, &
scopeid
) == -1) {
1069
sin6->sin6_scope_id =
scopeid
;
1242
ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *
scopeid
)
1250
assert(
scopeid
!= NULL);
1254
/* empty
scopeid
portion is invalid */
1264
*
scopeid
= if_nametoindex(scope);
1265
if (*
scopeid
== 0)
1282
*
scopeid
= (u_int32_t)(lscopeid & 0xffffffffUL);
1283
if (errno == 0 && ep && *ep == '\0' && *
scopeid
== lscopeid
[
all
...]
/external/libppp/src/
ncpaddr.c
891
int
scopeid
= -1;
local
896
if ((
scopeid
= ntohs(*(const u_short *)&sin6->s6_addr[2])) == 0)
897
scopeid
= -1;
900
return
scopeid
;
iface.c
657
int
scopeid
, width;
local
704
if ((
scopeid
= ncprange_scopeid(&iface->addr[f].ifa)) != -1)
705
prompt_Printf(arg->prompt, "
scopeid
0x%x", (unsigned)
scopeid
);
/external/mdnsresponder/mDNSShared/
uds_daemon.c
4231
mDNSu32
scopeid
= (mDNSu32)(uintptr_t)ar->resrec.InterfaceID;
local
[
all
...]
Completed in 663 milliseconds