Searched refs:MSG_DONTROUTE (Results 1 – 3 of 3) sorted by relevance
438 #define MSG_DONTROUTE 0x00000004 /* send without using routing tables */ macro
444 #define MSG_DONTROUTE 0x00000004 /* send without using routing tables */ macro
1406 (flags & MSG_DONTROUTE) && (so->so_options & SO_DONTROUTE) == 0;1581 (flags & MSG_DONTROUTE) && (so->so_options & SO_DONTROUTE) == 0 &&