repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r148: Ensure we do not dereference a null pointer when we return the user
[Samba/gebeck_regimport.git]
/
source3
/
include
/
interfaces.h
blob
3b786f1ebcbd4a3e065310de4782cd9fc3a945de
1
/*
2
This structure is used by lib/interfaces.c to return the list of network
3
interfaces on the machine
4
*/
5
6
#define MAX_INTERFACES 128
7
8
struct
iface_struct
{
9
char
name
[
16
];
10
struct
in_addr ip
;
11
struct
in_addr netmask
;
12
};