summaryrefslogtreecommitdiff
path: root/sys/netipx/ipx.h
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-09-22Add prototypes for ipx_addr() and ipx_ntoa(); mickey@ OK'dTodd C. Miller
2000-01-17Add sysctl vars for checksum, forwarding and netbios.Federico G. Schwindt
Remove ancient code from ipx_input. ipxrecvspace/ipxsendspace changed to ipx_xxx to match netinet counterparts.
2000-01-13Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; useFederico G. Schwindt
higher ports (> 6000) for privileged users; from FreeBSD. Add some new port entries.
2000-01-13Remove error protocol.Federico G. Schwindt
2000-01-13more KNF. remove unneeded and ancient debug code.Federico G. Schwindt
2000-01-11Add ipx_output_type20 prototype.Federico G. Schwindt
2000-01-11Remove references to ipx_thishost; instead find the address fromFederico G. Schwindt
ipx_ifaddr.
2000-01-11Remove references to ipx_error. IPX does not generate any errors.Federico G. Schwindt
1996-12-23no panic on ppp down/retryMichael Shalayeff
1996-11-25sysctl entries;Michael Shalayeff
control ipx {send,recv} queues size
1996-10-26sockaddr_ipx members order changeMichael Shalayeff
1996-10-26remove my CVS tag.Michael Shalayeff
1996-08-16initial commit of Free's netipx w/ some changes.Michael Shalayeff
ip<-->ipx encapsulations does not work still. spx suspected to do too.