Searched refs:send_msg (Results 1 – 21 of 21) sorted by relevance
/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/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/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/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/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_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/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 | role-base.conf | 114 send_msg
|
D | alias-base.conf | 114 send_msg
|
D | user-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/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 | 2137 bool send_msg, in pa_sink_set_volume() argument 2224 if (send_msg) in pa_sink_set_volume()
|
/third_party/lwip/ |
D | 0016-lstack-support-mysql-mode.patch | 494 - return posix_api->send_msg(s, msg, flags);
|
D | 0002-adapt-lstack.patch | 548 + 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);
|