RTEMS CPU Kit with SuperCore
|
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/malloc.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <net/if.h>
#include <net/route.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netinet/if_ether.h>
#include <netinet/igmp_var.h>
Macros | |
#define | ia ((struct in_ifaddr *)ifa) |
Functions | |
SYSCTL_INT (_net_inet_ip, OID_AUTO, subnets_are_local, CTLFLAG_RW, &subnetsarelocal, 0, "") | |
int | in_localaddr (struct in_addr in) |
int | in_canforward (struct in_addr in) |
int | in_control (struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp) |
int | in_broadcast (struct in_addr in, struct ifnet *ifp) |
struct in_multi * | in_addmulti (struct in_addr *ap, struct ifnet *ifp) |
void | in_delmulti (struct in_multi *inm) |