|
RTEMS CPU Kit with SuperCore
4.11.2
|
#include <sys/param.h>#include <sys/socket.h>#include <sys/protosw.h>#include <sys/domain.h>#include <sys/mbuf.h>#include <sys/kernel.h>#include <sys/systm.h>
Macros | |
| #define | ADDDOMAIN(x) |
Functions | |
| void | domaininit (void *) |
| struct protosw * | pffindtype (int family, int type) |
| struct protosw * | pffindproto (int family, int protocol, int type) |
| void | pfctlinput (int cmd, struct sockaddr *sa) |
Variables | |
| struct domain * | domains |
1.8.13