Searched refs:n_dst (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c148 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);
/netbsd-current/include/protocols/
H A Drouted.h80 uint32_t n_dst; /* destination net or host */ member in struct:netinfo
/netbsd-current/sbin/routed/
H A Dinput.c331 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;
H A Dtrace.c935 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,
H A Doutput.c423 wb->n->n_dst = htonl(dst_h);
797 v12buf.n->n_dst = htonl(RIP_DEFAULT);

Completed in 86 milliseconds