OpenBSD CVS

src/sys/netinet/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / netinet

Current tag: OPENBSD_3_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libdeslite/        
[TXT] icmp6.h  1.25   22 years  itojun   whitespace
[TXT] icmp_var.h  1.9   22 years  jsyn   fix the use of "cuz" in the tree; these are all in comments noticed by aaron@, ...
[TXT] if_ether.c  1.45   22 years  itojun   branches: 1.45.2; 1.45.4; whitespace
[TXT] if_ether.h  1.25   21 years  miod   Change all variables definitions (int foo) in sys/sys/*.h to variable declaratio...
[TXT] igmp.c  1.16   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] igmp.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] igmp_var.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] in.c  1.29   21 years  itojun   KNF - return is not a function. sync w/kame
[TXT] in.h  1.56   22 years  millert   First round of __P removal in sys
[TXT] in4_cksum.c  1.6   21 years  itojun   be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C pointer aliasing...
[TXT] in_cksum.c  1.4   22 years  itojun   whitespace
[TXT] in_pcb.c  1.64   21 years  itojun   KNF - return is not a function. sync w/kame
[TXT] in_pcb.h  1.44   21 years  itojun   pass struct proc * down to in6_pcbsetport
[TXT] in_proto.c  1.35   22 years  itojun   whitespace
[TXT] in_systm.h  1.4   22 years  millert   First round of __P removal in sys
[TXT] in_var.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] ip.h  1.8   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip6.h  1.9   22 years  itojun   branches: 1.9.2; put __attribute__ to header decls to avoid align strangeness. ...
[TXT] ip_ah.c  1.70   21 years  angelos   Free crp_opaque only after we've determined we're not going to re-submit it. Fro...
[TXT] ip_ah.h  1.29   22 years  itojun   whitespace
[TXT] ip_ecn.c  1.4   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip_ecn.h  1.5   22 years  kjc   bring in ECN support from KAME. it consists of - ECN support in TCP - tunnel-e...
[TXT] ip_esp.c  1.75   21 years  jason   branches: 1.75.2; Be sure to check the integrity verifier for packets that didn...
[TXT] ip_esp.h  1.37   22 years  itojun   whitespace
[TXT] ip_ether.h  1.13   22 years  itojun   whitespace
[TXT] ip_gre.c  1.19   21 years  itojun   pass unprocessed GRE packet to raw ip socket. binkertn@ ok
[TXT] ip_gre.h  1.6   22 years  itojun   whitespace
[TXT] ip_icmp.c  1.53   21 years  pefo   branches: 1.53.2; Fix a problem where passing NULL as a pointer with varargs do...
[TXT] ip_icmp.h  1.18   22 years  itojun   whitespace
[TXT] ip_id.c  1.6   22 years  millert   Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things the ANS...
[TXT] ip_input.c  1.107   21 years  dhartmei   Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by Henric Jungheim...
[TXT] ip_ipcomp.c  1.9   21 years  ho   Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.
[TXT] ip_ipcomp.h  1.3   22 years  jjbg   branches: 1.3.4; 1.3.6; Use 64 bits integer for ipcomps_ibytes and ipcomps_oby...
[TXT] ip_ipip.c  1.27   21 years  angelos   Also, return EAFNOSUPPORT instead of ENOBUFS. Both this and the previous commit ...
[TXT] ip_ipip.h  1.5   22 years  itojun   whitespace
[TXT] ip_ipsp.c  1.149   22 years  itojun   whitespace
[TXT] ip_ipsp.h  1.121   22 years  itojun   whitespace
[TXT] ip_mroute.c  1.28   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] ip_mroute.h  1.9   22 years  itojun   whitespace
[TXT] ip_output.c  1.149   21 years  itojun   branches: 1.149.2; skip routing table lookup if multicasting/broadcasting and t...
[TXT] ip_spd.c  1.46   22 years  itojun   branches: 1.46.2; whitespace
[TXT] ip_var.h  1.26   21 years  miod   Change all variables definitions (int foo) in sys/sys/*.h to variable declaratio...
[TXT] ipsec_input.c  1.61   21 years  angelos   Fix usage counter for IPCOMP --- sam@errno.com
[TXT] ipsec_output.c  1.25   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] raw_ip.c  1.26   22 years  itojun   branches: 1.26.2; whitespace
[TXT] tcp.h  1.11   22 years  itojun   whitespace
[TXT] tcp_debug.c  1.12   22 years  itojun   whitespace
[TXT] tcp_debug.h  1.5   23 years  angelos   branches: 1.5.4; Inclusion protection.
[TXT] tcp_fsm.h  1.5   23 years  angelos   branches: 1.5.4; Inclusion protection.
[TXT] tcp_input.c  1.124   21 years  itojun   branches: 1.124.2; fix pointer signedness mixup.
[TXT] tcp_output.c  1.53   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] tcp_seq.h  1.3   23 years  angelos   branches: 1.3.4; Inclusion protection.
[TXT] tcp_subr.c  1.65   21 years  pefo   branches: 1.65.4; Fix a problem where passing NULL as a pointer with varargs do...
[TXT] tcp_timer.c  1.30   22 years  itojun   branches: 1.30.2; whitespace
[TXT] tcp_timer.h  1.8   22 years  provos   use timeout(9) to schedule TCP timers. this avoid traversing all tcp connection...
[TXT] tcp_usrreq.c  1.67   21 years  itojun   KNF - return is not a function. sync w/kame
[TXT] tcp_var.h  1.44   22 years  itojun   whitespace
[TXT] udp.h  1.4   23 years  angelos   Inclusion protection.
[TXT] udp_usrreq.c  1.86   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] udp_var.h  1.13   22 years  millert   First round of __P removal in sys
[TXT] if_arc.h (in the Attic) [Hide]  1.6   22 years  itojun   whitespace
[TXT] if_atm.c (in the Attic) [Hide]  1.10   21 years  itojun   KNF - return is not a function. sync w/kame
[TXT] if_atm.h (in the Attic) [Hide]  1.6   22 years  itojun   whitespace
[TXT] in_gif.c (in the Attic) [Hide]  1.26   21 years  pefo   Fix a problem where passing NULL as a pointer with varargs does not promote NULL...
[TXT] in_gif.h (in the Attic) [Hide]  1.4   22 years  millert   First round of __P removal in sys
[TXT] ip_ether.c (in the Attic) [Hide]  1.40   22 years  itojun   whitespace
[TXT] tcpip.h (in the Attic) [Hide]  1.5   23 years  angelos   Inclusion protection.