Searched refs:MSG_TRYHARD (Results 1 – 4 of 4) sorted by relevance
289 #define MSG_TRYHARD 4 /* Synonym for MSG_DONTROUTE for DECnet */ macro
1249 if (!(flags & MSG_TRYHARD)) { in __dn_route_output_key()1290 err = __dn_route_output_key(pprt, fl, flags & MSG_TRYHARD); in dn_route_output_sock()
1926 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()1959 if ((flags & MSG_TRYHARD) && sk->sk_dst_cache) in dn_sendmsg()