Home
last modified time | relevance | path

Searched refs:MSG_DONTROUTE (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h438 #define MSG_DONTROUTE 0x00000004 /* send without using routing tables */ macro
/f-stack/freebsd/sys/
H A Dsocket.h444 #define MSG_DONTROUTE 0x00000004 /* send without using routing tables */ macro
/f-stack/freebsd/kern/
H A Duipc_socket.c1406 (flags & MSG_DONTROUTE) && (so->so_options & SO_DONTROUTE) == 0;
1581 (flags & MSG_DONTROUTE) && (so->so_options & SO_DONTROUTE) == 0 &&