[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
[Samba.git] / source / include / interfaces.h
blob3b786f1ebcbd4a3e065310de4782cd9fc3a945de
1 /*
2 This structure is used by lib/interfaces.c to return the list of network
3 interfaces on the machine
4 */
6 #define MAX_INTERFACES 128
8 struct iface_struct {
9 char name[16];
10 struct in_addr ip;
11 struct in_addr netmask;