Home
last modified time | relevance | path

Searched refs:send_msg (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/network/netstress/
Dnetstress.c532 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/toybox/toys/pending/
Ddhcp6.c274 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/src/wps/
Dwps_upnp_web.c1227 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/wps/
Dwps_upnp_web.c1227 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/eap_peer/
Deap_wsc.c506 goto send_msg; in eap_wsc_process()
553 send_msg: in eap_wsc_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_wsc.c506 goto send_msg; in eap_wsc_process()
553 send_msg: in eap_wsc_process()
/third_party/selinux/libsepol/tests/policies/test-hooks/
Dsmall-base.conf114 send_msg
Dcmp_policy.conf114 send_msg
/third_party/selinux/libsepol/tests/policies/test-expander/
Drole-base.conf114 send_msg
Dalias-base.conf114 send_msg
Duser-base.conf114 send_msg
Dsmall-base.conf114 send_msg
/third_party/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf114 send_msg
Dbase-notmetreq.conf113 send_msg
Dbase-metreq.conf114 send_msg
/third_party/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf114 send_msg
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf125 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/
Dsource.c1651 bool send_msg, in pa_source_set_volume() argument
1748 if (send_msg) in pa_source_set_volume()
Dsink.c2137 bool send_msg, in pa_sink_set_volume() argument
2224 if (send_msg) in pa_sink_set_volume()
/third_party/lwip/
D0016-lstack-support-mysql-mode.patch494 - return posix_api->send_msg(s, msg, flags);
D0002-adapt-lstack.patch548 + CHECK_DLSYM_RET_RETURN(posix_api->send_msg = dlsym(handle, "sendmsg"));
1172 + return posix_api->send_msg(s, msg, flags);
5461 + ssize_t (*send_msg)(int sockfd, const struct msghdr *msg, int flags);