| version 1.113.8.1, 2008/02/22 02:53:33 |
version 1.113.8.2, 2008/03/24 07:16:24 |
| Line 159 static struct mbuf *ip6_pullexthdr(struc |
|
| Line 159 static struct mbuf *ip6_pullexthdr(struc |
|
| * All protocols not implemented in kernel go to raw IP6 protocol handler. |
* All protocols not implemented in kernel go to raw IP6 protocol handler. |
| */ |
*/ |
| void |
void |
| ip6_init() |
ip6_init(void) |
| { |
{ |
| const struct ip6protosw *pr; |
const struct ip6protosw *pr; |
| int i; |
int i; |
| Line 217 ip6_init2(void *dummy) |
|
| Line 217 ip6_init2(void *dummy) |
|
| * IP6 input interrupt handling. Just pass the packet to ip6_input. |
* IP6 input interrupt handling. Just pass the packet to ip6_input. |
| */ |
*/ |
| void |
void |
| ip6intr() |
ip6intr(void) |
| { |
{ |
| int s; |
int s; |
| struct mbuf *m; |
struct mbuf *m; |