OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INADDR_LOOPBACK
(Results
1 - 25
of
72
) sorted by relevancy
1
2
3
/src/usr.bin/talk/
get_addrs.c
73
htonl(
INADDR_LOOPBACK
);
/src/external/mpl/bind/dist/lib/isc/include/isc/
net.h
44
* It ensures that #
INADDR_LOOPBACK
, #INADDR_ANY, #IN6ADDR_ANY_INIT,
160
#ifndef
INADDR_LOOPBACK
162
#define
INADDR_LOOPBACK
0x7f000001UL
163
#endif /* ifndef
INADDR_LOOPBACK
*/
/src/tests/net/net/
t_pktinfo.c
70
sin->sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
145
ATF_REQUIRE_MSG(ipi->ipi_addr.s_addr == htonl(
INADDR_LOOPBACK
),
147
htonl(
INADDR_LOOPBACK
));
t_socket_afinet.c
120
sin.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
149
sin.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
211
sin.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
t_mapped.c
140
sin->sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
155
a->__u6_addr.__u6_addr32[3] == ntohl(
INADDR_LOOPBACK
);
t_tcp.c
98
sin->sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
150
sin->sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
/src/external/bsd/ntp/dist/ntpsnmpd/
netsnmp_daemonize.c
157
#ifdef
INADDR_LOOPBACK
158
# define LOOPBACK
INADDR_LOOPBACK
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
net.h
45
* It ensures that #
INADDR_LOOPBACK
, #INADDR_ANY, #IN6ADDR_ANY_INIT,
180
#ifndef
INADDR_LOOPBACK
182
#define
INADDR_LOOPBACK
0x7f000001UL
183
#endif /* ifndef
INADDR_LOOPBACK
*/
/src/external/bsd/openldap/dist/libraries/liblutil/
sockpair.c
55
si.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
/src/external/bsd/am-utils/dist/include/
am_compat.h
469
/* some OSs don't define
INADDR_LOOPBACK
*/
470
#ifndef
INADDR_LOOPBACK
471
# define
INADDR_LOOPBACK
0x7f000001
472
#endif /* not
INADDR_LOOPBACK
*/
/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
net.h
50
* It ensures that #
INADDR_LOOPBACK
, #INADDR_ANY, #IN6ADDR_ANY_INIT,
179
#ifndef
INADDR_LOOPBACK
181
#define
INADDR_LOOPBACK
0x7f000001UL
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h
113
#ifndef
INADDR_LOOPBACK
114
#define
INADDR_LOOPBACK
0x7f000001UL
/src/usr.bin/eject/
am_glue.c
70
si.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
/src/usr.sbin/traceroute/
ifaddrlist.c
117
if (ntohl(sin->sin_addr.s_addr) ==
INADDR_LOOPBACK
)
/src/external/bsd/am-utils/dist/conf/transp/
transp_sockets.c
77
if (sin.sin_addr.s_addr != htonl(
INADDR_LOOPBACK
))
79
sin.sin_addr.s_addr, (u_long) htonl(
INADDR_LOOPBACK
));
109
iap->s_addr = htonl(
INADDR_LOOPBACK
);
/src/tests/sys/netinet/
t_print.c
44
{ .s_addr = ntohl(
INADDR_LOOPBACK
) },
/src/usr.sbin/ypset/
ypset.c
65
sin.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
/src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h
63
#ifndef
INADDR_LOOPBACK
64
#define
INADDR_LOOPBACK
0x7f000001
/src/external/bsd/openldap/dist/include/ac/
socket.h
76
#ifndef
INADDR_LOOPBACK
77
#define
INADDR_LOOPBACK
(0x7f000001UL)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/netinet/
in_.d
120
INADDR_LOOPBACK
= 0x7F000001,
165
INADDR_LOOPBACK
= 0x7F000001,
208
INADDR_LOOPBACK
= 0x7f000001,
243
INADDR_LOOPBACK
= 0x7f000001,
277
INADDR_LOOPBACK
= 0x7f000001,
319
INADDR_LOOPBACK
= 0x7f000001,
374
INADDR_LOOPBACK
= 0x7F000001,
406
INADDR_LOOPBACK
= 0x7f000001,
441
INADDR_LOOPBACK
= 0x7f000001,
/src/tests/kernel/kqueue/
t_empty.c
155
.sin_addr = { .s_addr = htonl(
INADDR_LOOPBACK
) },
/src/external/bsd/am-utils/dist/libamu/
wire.c
411
if (S2IN(ifap->ifa_addr) == htonl(
INADDR_LOOPBACK
))
528
if (address == htonl(
INADDR_LOOPBACK
))
/src/tests/lib/libc/sys/
t_getrusage.c
182
sin.sin_addr.s_addr = ntohl(
INADDR_LOOPBACK
);
/src/tests/lib/libutil/
t_sockaddr_snprintf.c
71
sin4->sin_addr.s_addr = ntohl(
INADDR_LOOPBACK
);
/src/tests/net/tcp/
t_tcp_connect_port.c
317
saddr4.sin_addr.s_addr = htonl(
INADDR_LOOPBACK
);
Completed in 64 milliseconds
1
2
3
Indexes created Mon May 25 00:24:39 UTC 2026