OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_RECVTTL
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSBSD.c
151
#ifdef
IP_RECVTTL
153
cmptr->cmsg_type ==
IP_RECVTTL
) {
158
cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of
IP_RECVTTL
mDNSUNP.c
165
#ifdef
IP_RECVTTL
167
cmptr->cmsg_type ==
IP_RECVTTL
) {
172
cmptr->cmsg_type == IP_TTL) { // some implementations seem to send IP_TTL instead of
IP_RECVTTL
mDNSPosix.c
1207
#if defined(
IP_RECVTTL
) // Linux
1210
setsockopt(*sktPtr, IPPROTO_IP,
IP_RECVTTL
, &kOn, sizeof(kOn));
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d
279
enum
IP_RECVTTL
= 12;
/src/sys/netinet/
in.h
295
#define
IP_RECVTTL
23 /* bool; receive IP TTL w/dgram */
ip_output.c
1129
case
IP_RECVTTL
:
1176
case
IP_RECVTTL
:
1312
case
IP_RECVTTL
:
1354
case
IP_RECVTTL
:
ip_input.c
1539
sizeof(uint8_t),
IP_RECVTTL
, IPPROTO_IP);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d
253
enum
IP_RECVTTL
= 24;
/src/usr.bin/kdump/
kdump.c
709
CASERETURN(
IP_RECVTTL
);
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026