Home
last modified time | relevance | path

Searched refs:DN_RT_F_RQR (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/
Ddn_route.h30 #define DN_RT_F_RQR 0x08 /* Return packet to sender upon non-delivery */ macro
/linux-2.4.37.9/net/decnet/
Ddn_neigh.c226 lp->msgflg = DN_RT_PKT_LONG|(cb->rt_flags&(DN_RT_F_IE|DN_RT_F_RQR|DN_RT_F_RTS)); in dn_long_output()
270 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_short_output()
312 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_phase3_output()
Ddn_route.c323 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS; in dn_return_short()
369 *ptr++ = (cb->rt_flags & ~DN_RT_F_RQR) | DN_RT_F_RTS; in dn_return_long()
410 if ((skb->pkt_type == PACKET_HOST) && (cb->rt_flags & DN_RT_F_RQR)) { in dn_route_rx_packet()
623 cb->rt_flags &= ~DN_RT_F_RQR; in dn_output()
Ddn_nsp_out.c726 cb->rt_flags = DN_RT_F_RQR; in dn_nsp_send_conninit()