This website requires JavaScript.
Explore
Help
Sign In
github
/
AROS-v0
Watch
1
Star
0
Fork
0
You've already forked AROS-v0
mirror of
https://github.com/deadw00d/AROS.git
synced
2025-12-08 22:46:36 +00:00
Code
Issues
Releases
Wiki
Activity
Files
512f1a382b4df45cfe90e609aef7bcf25b8f2e11
AROS-v0
/
workbench
/
network
/
common
/
C
/
netstat
History
deadwood
d40cbe4d99
Redirect network command to build with network SDK
2025-10-16 17:12:37 +02:00
..
if.c
…
inet.c
…
iso.c
…
main.c
# add ntohll and htonll definitions, and support macros. # mark getaddrinfo's hostname param as const. # move sys/time.h inclusion to cdefs.h (its needed also in other headers) # apply w.i.p updates to sys/socket.h based on current freebsd source. # add sockaddr_storage definition. # adjust netstat and route to build with socket definition changes.
2025-10-16 15:24:58 +02:00
Makefile
…
mbuf.c
just include stdbool.h for c99 or newer.
2025-10-16 15:24:58 +02:00
mmakefile.src
Redirect network command to build with network SDK
2025-10-16 17:12:37 +02:00
mroute.c
…
netstat.1
…
netstat.h
…
ns.c
…
route.c
# add ntohll and htonll definitions, and support macros. # mark getaddrinfo's hostname param as const. # move sys/time.h inclusion to cdefs.h (its needed also in other headers) # apply w.i.p updates to sys/socket.h based on current freebsd source. # add sockaddr_storage definition. # adjust netstat and route to build with socket definition changes.
2025-10-16 15:24:58 +02:00
unix.c
…