MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / ssend

Function ssend

include/init/socket.h:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#define getPort(p1x, p2x) ((p1x * 256) + p2x)
4
5static int ssend(int socket, const char *str)
6{
7 return send(socket, str, strlen(str), 0);
8}
9
10static int connect_to_server_ex(const char *server_ip, u16 port, u8 rcv_timeout)
11{

Callers 6

wwwd_threadFunction · 0.50
send_replyFunction · 0.50
handleclient_ftpFunction · 0.50
www_client.hFile · 0.50
handleclient_wwwFunction · 0.50
handleclient_ps3mapiFunction · 0.50

Calls 1

strlenFunction · 0.50

Tested by

no test coverage detected