Searched refs:rip_dst (Results 1 - 8 of 8) sorted by path

/freebsd-10.0-release/include/protocols/
H A Drouted.h64 struct sockaddr rip_dst; /* destination net/host */ member in struct:netinfo
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Ddefs.h47 #define xnnet(x) ((u_long) (x)->rip_dst[1] << 16 | (u_long) (x)->rip_dst[0] )
49 #define xnnet(x) ((u_long) (x)->rip_dst[0] << 16 | (u_long) (x)->rip_dst[1] )
H A Dinput.c110 * A single entry with rip_dst == DSTNETS_ALL and
117 if (ipx_neteqnn(n->rip_dst, ipx_anynet) &&
126 rt = rtlookup(ipx_nettosa(n->rip_dst));
130 ipxdp_nettoa(n->rip_dst));
164 !ipx_neteqnn(n->rip_dst,
224 rt = rtfind(sa = ipx_nettosa(n->rip_dst));
H A Dmain.c213 msg->rip_nets[0].rip_dst = ipx_anynet;
H A Doutput.c208 if (ipx_neteqnn(net, nn->rip_dst)) {
220 n->rip_dst = net;
H A Dprotocol.h49 union ipx_net rip_dst; /* destination net */ member in struct:netinfo
H A Dtimer.c131 msg->rip_nets[0].rip_dst =
H A Dtrace.c381 ipxdp_nettoa(n->rip_dst),

Completed in 82 milliseconds