OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPV6_LEVEL
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
config.h
279
# define
IPV6_LEVEL
SOL_IPV6
281
# define
IPV6_LEVEL
IPPROTO_IPV6
network.c
306
setsockopt(fd,
IPV6_LEVEL
, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 ||
307
setsockopt(tcpfd,
IPV6_LEVEL
, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 ||
311
setsockopt(fd,
IPV6_LEVEL
, IPV6_RECVPKTINFO, &opt, sizeof(opt)) == -1 ||
313
setsockopt(fd,
IPV6_LEVEL
, IPV6_PKTINFO, &opt, sizeof(opt)) == -1 ||
446
if (setsockopt(new->fd,
IPV6_LEVEL
, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 ||
447
setsockopt(new->tcpfd,
IPV6_LEVEL
, IPV6_V6ONLY, &opt, sizeof(opt)) == -1)
631
if (setsockopt(new->fd,
IPV6_LEVEL
, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 ||
632
setsockopt(new->tcpfd,
IPV6_LEVEL
, IPV6_V6ONLY, &opt, sizeof(opt)) == -1)
[
all
...]
forward.c
90
cmptr->cmsg_level =
IPV6_LEVEL
;
676
if (cmptr->cmsg_level ==
IPV6_LEVEL
&& cmptr->cmsg_type == IPV6_PKTINFO)
[
all
...]
Completed in 1740 milliseconds