/third_party/ltp/testcases/network/netstress/ |
D | netstress.c | 532 static void make_server_reply(char *send_msg, int size) in make_server_reply() argument 534 memset(send_msg, server_byte, size - 1); in make_server_reply() 535 send_msg[0] = start_byte; in make_server_reply() 536 send_msg[size - 1] = end_byte; in make_server_reply() 542 char send_msg[max_msg_len], end[] = { end_byte }; in server_fn() local 555 iov[0].iov_base = send_msg; in server_fn() 596 make_server_reply(send_msg, send_msg_len); in server_fn() 606 send_msg[0] = start_fin_byte; in server_fn() 610 SAFE_SEND(1, inf.fd, send_msg, send_msg_len, in server_fn() 616 SAFE_SENDTO(1, inf.fd, send_msg, send_msg_len, in server_fn()
|
/third_party/boost/libs/asio/test/ip/ |
D | udp.cpp | 496 char send_msg[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in test() local 497 s2.send_to(buffer(send_msg, sizeof(send_msg)), target_endpoint); in test() 499 char recv_msg[sizeof(send_msg)]; in test() 504 BOOST_ASIO_CHECK(bytes_recvd == sizeof(send_msg)); in test() 505 BOOST_ASIO_CHECK(memcmp(send_msg, recv_msg, sizeof(send_msg)) == 0); in test() 510 s1.async_send_to(buffer(send_msg, sizeof(send_msg)), target_endpoint, in test() 511 bindns::bind(handle_send, sizeof(send_msg), _1, _2)); in test() 517 BOOST_ASIO_CHECK(memcmp(send_msg, recv_msg, sizeof(send_msg)) == 0); in test()
|
/third_party/toybox/toys/pending/ |
D | dhcp6.c | 274 static void send_msg(int type) in send_msg() function 499 send_msg(DHCP6RENEW); in signal_handler() 509 send_msg(DHCP6RELEASE); in signal_handler() 518 send_msg(DHCP6RELEASE); in signal_handler() 592 send_msg(DHCP6SOLICIT); in dhcp6_main() 605 send_msg(TT.state); in dhcp6_main() 658 if (toys.optflags & FLAG_R) send_msg(DHCP6RELEASE); in dhcp6_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_web.c | 1227 goto send_msg; in web_connection_parse_unsubscribe() 1260 goto send_msg; in web_connection_parse_unsubscribe() 1267 goto send_msg; in web_connection_parse_unsubscribe() 1277 goto send_msg; in web_connection_parse_unsubscribe() 1284 goto send_msg; in web_connection_parse_unsubscribe() 1309 goto send_msg; in web_connection_parse_unsubscribe() 1315 goto send_msg; in web_connection_parse_unsubscribe() 1320 send_msg: in web_connection_parse_unsubscribe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_web.c | 1227 goto send_msg; in web_connection_parse_unsubscribe() 1260 goto send_msg; in web_connection_parse_unsubscribe() 1267 goto send_msg; in web_connection_parse_unsubscribe() 1277 goto send_msg; in web_connection_parse_unsubscribe() 1284 goto send_msg; in web_connection_parse_unsubscribe() 1309 goto send_msg; in web_connection_parse_unsubscribe() 1315 goto send_msg; in web_connection_parse_unsubscribe() 1320 send_msg: in web_connection_parse_unsubscribe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_wsc.c | 506 goto send_msg; in eap_wsc_process() 553 send_msg: in eap_wsc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_wsc.c | 506 goto send_msg; in eap_wsc_process() 553 send_msg: in eap_wsc_process()
|
/third_party/selinux/libsepol/tests/policies/test-hooks/ |
D | small-base.conf | 114 send_msg
|
D | cmp_policy.conf | 114 send_msg
|
/third_party/selinux/libsepol/tests/policies/test-expander/ |
D | user-base.conf | 114 send_msg
|
D | role-base.conf | 114 send_msg
|
D | alias-base.conf | 114 send_msg
|
D | small-base.conf | 114 send_msg
|
/third_party/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 114 send_msg
|
D | base-notmetreq.conf | 113 send_msg
|
D | base-metreq.conf | 114 send_msg
|
/third_party/grpc/test/cpp/end2end/ |
D | client_interceptors_end2end_test.cc | 546 auto* send_msg = methods->GetSendMessage(); in Intercept() local 547 if (send_msg == nullptr) { in Intercept() 559 static_cast<const EchoRequest*>(send_msg)->message().find("Hello"), in Intercept()
|
/third_party/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 114 send_msg
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 125 send_msg 524 send_msg 1514 allow kernel_t port_type:tcp_socket { send_msg recv_msg name_connect }; 1515 allow kernel_t port_type:udp_socket { send_msg recv_msg };
|
/third_party/pulseaudio/src/pulsecore/ |
D | source.c | 1651 bool send_msg, in pa_source_set_volume() argument 1748 if (send_msg) in pa_source_set_volume()
|
D | sink.c | 2088 bool send_msg, in pa_sink_set_volume() argument 2175 if (send_msg) in pa_sink_set_volume()
|