Searched refs:SendBuffer (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Dmisc.c138 SendBuffer and Sendbuffer_async send "Length" bytes from "Buffer" to the "sock"et.
145 int SendBuffer(struct socket *sock, const char *Buffer,const size_t Length) function
152 EnterFunction("SendBuffer");
170 LeaveFunction("SendBuffer");
225 (void)SendBuffer(sock,NoPerm,strlen(NoPerm));
232 (void)SendBuffer(sock,NotModified,strlen(NotModified));
239 (void)SendBuffer(sock,TryLater,strlen(TryLater));
H A Dprototypes.h57 int SendBuffer(struct socket *sock, const char *Buffer,const size_t Length);

Completed in 39 milliseconds