OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temp_addr
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/mrouted/
vif.c
696
u_int32_t
temp_addr
, us, them = src;
local in function:accept_neighbor_request
725
#define PUT_ADDR(a)
temp_addr
= ntohl(a); \
726
*p++ =
temp_addr
>> 24; \
727
*p++ = (
temp_addr
>> 16) & 0xFF; \
728
*p++ = (
temp_addr
>> 8) & 0xFF; \
729
*p++ =
temp_addr
& 0xFF;
Completed in 13 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025