This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c83fc3eeb6
NetBSD
/
usr.sbin
/
ipf
/
iptest
History
thorpej
d10050d5b9
sizeof() returns a size_t which is an unsigned long on the Alpha. We have
...
to use %lu and a cast to u_long to print these in a portable way.
1997-09-25 01:45:14 +00:00
..
Makefile
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 18:00:54 +00:00
iptest.1
Import ip-filter 3.2beta5
1997-09-21 16:47:50 +00:00
iptest.c
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 18:00:54 +00:00
iptests.c
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 18:00:54 +00:00
sock.c
sizeof() returns a size_t which is an unsigned long on the Alpha. We have
1997-09-25 01:45:14 +00:00