toxcore/toxav
Diadlo b19a9e5464
Add part of platform-independent network API implementation
socket      -> net_socket
htons       -> net_htons
htonl       -> net_htonl
connect     -> net_connect
sendto      -> net_sendto_ip4
getaddrinfo -> net_getipport
sa_family_t -> Family
2017-02-26 23:16:16 +03:00
..
audio.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
audio.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
bwcontroller.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
bwcontroller.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
groupav.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
groupav.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
Makefile.inc Setup autotools to read .so version info from a separate file 2017-01-18 11:20:07 +01:00
msi.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
msi.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
ring_buffer.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
ring_buffer.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
rtp.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
rtp.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
toxav_old.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
toxav.api.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
toxav.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
toxav.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
video.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
video.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00