Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 15 of 15) sorted by relevance

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dnet_sockets.c66 #define read(fd,buf,len) recv(fd,(char*)buf,(int) len,0) argument
67 #define write(fd,buf,len) send(fd,(char*)buf,(int) len,0) argument
68 #define close(fd) closesocket(fd) argument
461 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_recv() local
500 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_recv_timeout() local
541 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_send() local
/net-tools-3.7.0/
Dmonitor_15_4.c54 int fd; member
210 int fd; in fifo_handler1() local
289 int fd; in fifo_handler2() local
365 int fd; in setup_fifofd1() local
392 int fd; in setup_fifofd2() local
Dtunslip6.c387 int status, i, fd = -1; in get_slipfd() local
498 slip_send_char(int fd, unsigned char c) in slip_send_char()
516 slip_send(int fd, unsigned char c) in slip_send()
532 slip_flushbuf(int fd) in slip_flushbuf()
635 stty_telos(int fd) in stty_telos()
683 int fd = open(dev, flags); in devopen_readlink() local
723 int fd, err; in tun_alloc() local
Decho-server.c81 int fd; in get_socket() local
92 static int bind_device(int fd, const char *interface, void *addr, int len, in bind_device()
134 static int receive(int fd, unsigned char *buf, int buflen, in receive()
159 static int reply(int fd, unsigned char *buf, int buflen, in reply()
514 int fd; in main() local
Dthroughput-client.c342 int c, ret, fd, i = 0, timeout = -1, port = SERVER_PORT; in main() local
Decho-client.c395 int c, ret, fd, i = 0, timeout = -1, port = SERVER_PORT; in main() local
Dcoap-client.c370 int fd; member
1567 int c, ret, fd, timeout = 0; local
/net-tools-3.7.0/virtual-hub/src/
Dgraphs.c46 FILE *fd; in read_lines() local
76 FILE *fd; in read_csv() local
Dhub.c139 int fd; in fifo_handler() local
257 int fd; in setup_fifofd() local
/net-tools-3.7.0/libcoap/src/
Ddebug.c38 # define fprintf(fd, ...) LWIP_PLATFORM_DIAG((__VA_ARGS__)) argument
252 # define fprintf(fd, ...) PRINTF(__VA_ARGS__) argument
256 # define vfprintf(fd, ...) vprintf(__VA_ARGS__) argument
258 # define vfprintf(fd, ...) PRINTF(__VA_ARGS__) argument
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-server.c151 int fd = *(int *)dtls_get_app_data(ctx); in send_to_peer() local
158 int *fd; in dtls_handle_read() local
279 int fd, opt, result; local
Ddtls-client.c198 int fd = *(int *)dtls_get_app_data(ctx); in send_to_peer() local
205 int fd; in dtls_handle_read() local
347 int fd, result; local
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dnet_sockets.h67 int fd; /**< The underlying file descriptor */ member
/net-tools-3.7.0/tinydtls-0.8.2/sha2/
Dsha2prog.c51 int kl, l, fd, ac; in main() local
/net-tools-3.7.0/libcoap/include/coap/
Dcoap_io.h42 int fd; /**< on POSIX systems */ member