OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_address
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libwrap/
hosts_access.c
361
unsigned long
host_address
;
local
365
if (dot_quad_addr(rbl_hostaddr, &
host_address
) != 0) {
369
host_address
= ntohl(
host_address
);
376
(unsigned int) ((
host_address
) & 0xff),
377
(unsigned int) ((
host_address
>> 8) & 0xff),
378
(unsigned int) ((
host_address
>> 16) & 0xff),
379
(unsigned int) ((
host_address
>> 24) & 0xff),
hosts_access.c
361
unsigned long
host_address
;
local
365
if (dot_quad_addr(rbl_hostaddr, &
host_address
) != 0) {
369
host_address
= ntohl(
host_address
);
376
(unsigned int) ((
host_address
) & 0xff),
377
(unsigned int) ((
host_address
>> 8) & 0xff),
378
(unsigned int) ((
host_address
>> 16) & 0xff),
379
(unsigned int) ((
host_address
>> 24) & 0xff),
Completed in 29 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026