Make it possible to build IP stack as a module
This is not pretty, but it works.
This commit is contained in:
parent
9dc4573cce
commit
77b228276c
26 changed files with 1494 additions and 25 deletions
|
@ -11,6 +11,7 @@
|
|||
#ifndef __ip6_offload_h
|
||||
#define __ip6_offload_h
|
||||
|
||||
void ipv6_offload_init(void);
|
||||
int ipv6_exthdrs_offload_init(void);
|
||||
int udp_offload_init(void);
|
||||
int tcpv6_offload_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue