OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sockf6
(Results
1 - 1
of
1
) sorted by null
/external/mdnsresponder/mDNSPosix/
mDNSUNP.c
225
int sockfd,
sockf6
, len, lastlen, flags, myflags;
local
243
sockf6
= -1;
435
if (
sockf6
== -1)
436
sockf6
= socket(AF_INET6, SOCK_DGRAM, 0);
440
if (ioctl(
sockf6
, SIOCGIFNETMASK_IN6, &ifr6) < 0) {
486
if (
sockf6
!= -1) {
487
junk = close(
sockf6
);
Completed in 261 milliseconds