代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/469900/6920664
h socket.h
int socket_join_multicast(int sock, char *addr);
int socket_set_ttl(int sock, int ttl);
int socket_set_nonblock(int sock);
int socket_open(char *laddr, int port);
void socket_close(int sock);
int soc
www.eeworm.com/read/167557/6944529
c socket.c
/*
********************************************************************************
* Wiznet.
* 5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu,
* Seoul, Korea
*
* (c) Copyright 2002, Wiznet,
www.eeworm.com/read/167557/6944539
h socket.h
/*
********************************************************************************
* Wiznet.
* 5F Simmtech Bldg., 228-3, Nonhyun-dong, Kangnam-gu,
* Seoul, Korea
*
* (c) Copyright 2002, Wiznet,
www.eeworm.com/read/468102/6999752
c socket.c
/***************************************************************************
socket.c - description
-------------------
begin
www.eeworm.com/read/468102/6999759
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/464701/7067545
ico socket.ico
www.eeworm.com/read/464546/7156183
c socket.c
#include
#include "iinchip_conf.h"
#include "w5300.h"
#include "socket.h"
#define SWAP16(A) ((((A > 8)& 0x00FF))
uint16 local_port;
uint8 first_send_f
www.eeworm.com/read/464546/7156189
h socket.h
#ifndef _SOCKET_H_
#define _SOCKET_H_
#include "types.h"
#include "w5300.h"
/**********************************************************
*
* define function of socket API
*
***************
www.eeworm.com/read/464546/7156209