| version 1.78.2.7, 2007/12/07 17:34:36 |
version 1.78.2.8, 2008/03/17 09:15:42 |
| 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; |