* Introduced a datalink layer (2) independent way of specifying the packet
type one wants to receive. Changed ipv6_datagram to use that (but note that it currently does not compile). * Header cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37868 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
#define NET_BUFFER_H
|
||||
|
||||
|
||||
#include <util/list.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <module.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <util/list.h>
|
||||
|
||||
|
||||
#define NET_BUFFER_MODULE_NAME "network/stack/buffer/v1"
|
||||
|
||||
Reference in New Issue
Block a user