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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_route.h29 #define DN_RT_F_RTS 0x10 /* Packet is being returned to sender */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_route.h29 #define DN_RT_F_RTS 0x10 /* Packet is being returned to sender */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_neigh.c228 lp->msgflg = DN_RT_PKT_LONG|(cb->rt_flags&(DN_RT_F_IE|DN_RT_F_RQR|DN_RT_F_RTS));
272 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS));
314 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS));
H A Ddn_nsp_in.c693 if (cb->rt_flags & DN_RT_F_RTS)
738 if (cb->rt_flags & DN_RT_F_RTS) {
835 if (cb->rt_flags & DN_RT_F_RTS) {
H A Ddn_route.c323 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS;
369 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS;

Completed in 101 milliseconds