Adding socket(), bind() logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@319 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-09-01 20:56:19 +00:00
parent 29aeec7b8a
commit 6119aa0943
15 changed files with 413 additions and 51 deletions
+1
View File
@@ -101,6 +101,7 @@ extern "C" {
EXTERN int socket(int domain, int type, int protocol);
EXTERN int bind(int sockfd, const struct sockaddr *my_addr, socklen_t addrlen);
EXTERN int connect(int sockfd, const struct sockaddr *serv_addr, socklen_t addrlen);
#undef EXTERN
#if defined(__cplusplus)