[insert project logo here (125x200px max)]

Navigator

Mailinglists

Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums.

Copyright and Licensing Information

Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL).

All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License.

All sourcecode is made publicly available.

Acknowledgement

Splash and the Splash website are hosted by SourceForge.net

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

snap-1.1-wjdb/lib/snap_kern_iface.c File Reference

#include <asm/types.h>
#include <assert.h>
#include <errno.h>
#include <features.h>
#include <linux/if_packet.h>
#include <linux/if_ether.h>
#include <net/if.h>
#include <net/if_arp.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include "d_printf.h"
#include "packet.h"
#include "memalloc.h"
#include "interface.h"
#include "sockets.h"
#include "pathnames.h"
#include "intl.h"
#include "net-support.h"
#include "router.h"
#include "io.h"
#include "warn.h"

Include dependency graph for snap_kern_iface.c:

Include dependency graph

Go to the source code of this file.


Defines

#define NIPQUAD(addr)

Define Documentation

#define NIPQUAD addr   
 

Value:

((unsigned char *)&(addr))[0], \
        ((unsigned char *)&(addr))[1], \
        ((unsigned char *)&(addr))[2], \
        ((unsigned char *)&(addr))[3]

Definition at line 41 of file snap_kern_iface.c.