OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_dst
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/routed/rtquery/
rtquery.c
148
OMSG.rip_nets[0].
n_dst
= RIP_DEFAULT;
190
memcpy(&OMSG.rip_nets[0].
n_dst
, hp->h_addr,
191
sizeof(OMSG.rip_nets[0].
n_dst
));
667
in.s_addr = n->
n_dst
;
780
(u_char)(n->
n_dst
>> 24),
781
(u_char)(n->
n_dst
>> 16),
782
(u_char)(n->
n_dst
>> 8),
783
(u_char)n->
n_dst
);
872
rt->
n_dst
= htonl(in.s_addr);
/src/include/protocols/
routed.h
80
uint32_t
n_dst
; /* destination net or host */
/src/sbin/routed/
input.c
331
v12buf.n->
n_dst
= RIP_DEFAULT;
369
naddr_ntoa(n->
n_dst
));
375
dst = n->
n_dst
;
393
rt = rtfind(n->
n_dst
);
405
v12buf.n->
n_dst
= dst;
608
dst = n->
n_dst
;
trace.c
935
if (n->
n_dst
!= 0)
937
naddr_ntoa(n->
n_dst
));
995
naddr_ntoa(n->
n_dst
),
999
addrname(n->
n_dst
,
1004
addrname(n->
n_dst
,
output.c
423
wb->n->
n_dst
= htonl(dst_h);
797
v12buf.n->
n_dst
= htonl(RIP_DEFAULT);
Completed in 16 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025