-
- Downloads
Merge pull request #5772 from miri64/gnrc/feat/sock
gnrc_sock: provide port for sock_ip and sock_udp
Showing
- Makefile.dep 13 additions, 0 deletionsMakefile.dep
- Makefile.pseudomodules 5 additions, 0 deletionsMakefile.pseudomodules
- sys/Makefile.include 6 additions, 0 deletionssys/Makefile.include
- sys/net/gnrc/Makefile 9 additions, 0 deletionssys/net/gnrc/Makefile
- sys/net/gnrc/sock/Makefile 3 additions, 0 deletionssys/net/gnrc/sock/Makefile
- sys/net/gnrc/sock/gnrc_sock.c 197 additions, 0 deletionssys/net/gnrc/sock/gnrc_sock.c
- sys/net/gnrc/sock/include/gnrc_sock_internal.h 99 additions, 0 deletionssys/net/gnrc/sock/include/gnrc_sock_internal.h
- sys/net/gnrc/sock/include/sock_types.h 81 additions, 0 deletionssys/net/gnrc/sock/include/sock_types.h
- sys/net/gnrc/sock/ip/Makefile 3 additions, 0 deletionssys/net/gnrc/sock/ip/Makefile
- sys/net/gnrc/sock/ip/gnrc_sock_ip.c 199 additions, 0 deletionssys/net/gnrc/sock/ip/gnrc_sock_ip.c
- sys/net/gnrc/sock/udp/Makefile 3 additions, 0 deletionssys/net/gnrc/sock/udp/Makefile
- sys/net/gnrc/sock/udp/gnrc_sock_udp.c 277 additions, 0 deletionssys/net/gnrc/sock/udp/gnrc_sock_udp.c
- tests/gnrc_sock_ip/Makefile 20 additions, 0 deletionstests/gnrc_sock_ip/Makefile
- tests/gnrc_sock_ip/constants.h 43 additions, 0 deletionstests/gnrc_sock_ip/constants.h
- tests/gnrc_sock_ip/main.c 640 additions, 0 deletionstests/gnrc_sock_ip/main.c
- tests/gnrc_sock_ip/stack.c 142 additions, 0 deletionstests/gnrc_sock_ip/stack.c
- tests/gnrc_sock_ip/stack.h 90 additions, 0 deletionstests/gnrc_sock_ip/stack.h
- tests/gnrc_sock_ip/tests/01-run.py 70 additions, 0 deletionstests/gnrc_sock_ip/tests/01-run.py
- tests/gnrc_sock_udp/Makefile 21 additions, 0 deletionstests/gnrc_sock_udp/Makefile
- tests/gnrc_sock_udp/constants.h 44 additions, 0 deletionstests/gnrc_sock_udp/constants.h
Loading
Please register or sign in to comment