usagi/kernel/linux25/include/net ipv6.h protocol.h xfrm.h usagi/kernel/linux25/net/ipv6 exthdrs.c icmp.c ip6_input.c tcp_ipv6.c udp.c xfrm6_input.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/04/13 20:38:28 JST
Modified files: (Branch: bFIX_2_5_66_INET6PROTO-20030413)
kernel/linux25/include/net ipv6.h protocol.h xfrm.h
kernel/linux25/net/ipv6 exthdrs.c icmp.c ip6_input.c
tcp_ipv6.c udp.c xfrm6_input.c
Log:
return offset to nexthdr using pointer argument.
Revision Changes Path
1.1.1.6.2.3 +1 -1 usagi/kernel/linux25/include/net/ipv6.h
1.1.1.4.2.4 +1 -1 usagi/kernel/linux25/include/net/protocol.h
1.1.1.9.2.4 +1 -1 usagi/kernel/linux25/include/net/xfrm.h
1.1.1.5.2.4 +14 -12 usagi/kernel/linux25/net/ipv6/exthdrs.c
1.1.1.11.2.4 +2 -2 usagi/kernel/linux25/net/ipv6/icmp.c
1.1.1.7.2.4 +3 -5 usagi/kernel/linux25/net/ipv6/ip6_input.c
1.1.1.18.2.4 +2 -2 usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
1.1.1.15.2.4 +1 -1 usagi/kernel/linux25/net/ipv6/udp.c
1.1.1.1.2.5 +3 -2 usagi/kernel/linux25/net/ipv6/xfrm6_input.c