Searched refs:MSG_DONTROUTE (Results 1 - 25 of 27) sorted by relevance

12

/external/strace/tests/
H A Dunix-pair-sendto-recvfrom.c70 assert(sendto(0, av[1], len, MSG_DONTROUTE, NULL, 0) == len);
81 assert(sendto(1, av[1], len, MSG_DONTROUTE, NULL, 0) == len);
H A Dunix-pair-send-recv.c96 assert(sys_send(0, buf0, len, MSG_DONTROUTE) == (int) len);
100 assert(sys_send(1, buf1, len, MSG_DONTROUTE) == (int) len);
H A Dmmsg.c93 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
105 ", MSG_DONTROUTE|MSG_NOSIGNAL) = %d\n"
H A Dnet-yy-inet.c149 MSG_DONTROUTE | MSG_DONTWAIT, NULL, 0) == sizeof(text) - 1);
151 ", MSG_DONTROUTE|MSG_DONTWAIT, NULL, 0) = %u\n",
/external/strace/tests-m32/
H A Dunix-pair-sendto-recvfrom.c70 assert(sendto(0, av[1], len, MSG_DONTROUTE, NULL, 0) == len);
81 assert(sendto(1, av[1], len, MSG_DONTROUTE, NULL, 0) == len);
H A Dunix-pair-send-recv.c96 assert(sys_send(0, buf0, len, MSG_DONTROUTE) == (int) len);
100 assert(sys_send(1, buf1, len, MSG_DONTROUTE) == (int) len);
H A Dmmsg.c93 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
105 ", MSG_DONTROUTE|MSG_NOSIGNAL) = %d\n"
H A Dnet-yy-inet.c149 MSG_DONTROUTE | MSG_DONTWAIT, NULL, 0) == sizeof(text) - 1);
151 ", MSG_DONTROUTE|MSG_DONTWAIT, NULL, 0) = %u\n",
/external/strace/tests-mx32/
H A Dunix-pair-sendto-recvfrom.c70 assert(sendto(0, av[1], len, MSG_DONTROUTE, NULL, 0) == len);
81 assert(sendto(1, av[1], len, MSG_DONTROUTE, NULL, 0) == len);
H A Dunix-pair-send-recv.c96 assert(sys_send(0, buf0, len, MSG_DONTROUTE) == (int) len);
100 assert(sys_send(1, buf1, len, MSG_DONTROUTE) == (int) len);
H A Dmmsg.c93 int r = send_mmsg(1, w_mmh, n_w_mmh, MSG_DONTROUTE | MSG_NOSIGNAL);
105 ", MSG_DONTROUTE|MSG_NOSIGNAL) = %d\n"
H A Dnet-yy-inet.c149 MSG_DONTROUTE | MSG_DONTWAIT, NULL, 0) == sizeof(text) - 1);
151 ", MSG_DONTROUTE|MSG_DONTWAIT, NULL, 0) = %u\n",
/external/strace/xlat/
H A Dmsg_flags.h15 #if defined(MSG_DONTROUTE) || (defined(HAVE_DECL_MSG_DONTROUTE) && HAVE_DECL_MSG_DONTROUTE)
16 XLAT(MSG_DONTROUTE),
/external/parameter-framework/asio/include/asio/
H A Dsocket_base.hpp46 message_do_not_route = ASIO_OS_DEF(MSG_DONTROUTE));
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsocket_base.hpp46 message_do_not_route = ASIO_OS_DEF(MSG_DONTROUTE));
/external/python/cpython2/Lib/plat-os2emx/
H A DSOCKET.py85 MSG_DONTROUTE = 0x4 variable
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_types.hpp103 # define ASIO_OS_DEF_MSG_DONTROUTE MSG_DONTROUTE
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_types.hpp103 # define ASIO_OS_DEF_MSG_DONTROUTE MSG_DONTROUTE
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py760 MSG_DONTROUTE = 4 variable
/external/python/cpython2/Lib/plat-unixware7/
H A DIN.py327 MSG_DONTROUTE = 0x4 variable
/external/python/cpython2/Modules/
H A Dsocketmodule.c4981 #ifdef MSG_DONTROUTE
4982 PyModule_AddIntConstant(m, "MSG_DONTROUTE", MSG_DONTROUTE);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 366 milliseconds

12