Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
epan
dissectors
packet-nisplus.h
1
/* packet-nisplus.h
2
* 2001 Ronnie Sahlberg <See AUTHORS for email>
3
*
4
* Wireshark - Network traffic analyzer
5
* By Gerald Combs <gerald@wireshark.org>
6
* Copyright 1998 Gerald Combs
7
*
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#ifndef PACKET_NIS_H
12
#define PACKET_NIS_H
13
14
#define NISPROC_NULL 0
15
#define NISPROC_LOOKUP 1
16
#define NISPROC_ADD 2
17
#define NISPROC_MODIFY 3
18
#define NISPROC_REMOVE 4
19
#define NISPROC_IBLIST 5
20
#define NISPROC_IBADD 6
21
#define NISPROC_IBMODIFY 7
22
#define NISPROC_IBREMOVE 8
23
#define NISPROC_IBFIRST 9
24
#define NISPROC_IBNEXT 10
25
26
#define NISPROC_FINDDIRECTORY 12
27
28
#define NISPROC_STATUS 14
29
#define NISPROC_DUMPLOG 15
30
#define NISPROC_DUMP 16
31
#define NISPROC_CALLBACK 17
32
#define NISPROC_CPTIME 18
33
#define NISPROC_CHECKPOINT 19
34
#define NISPROC_PING 20
35
#define NISPROC_SERVSTATE 21
36
#define NISPROC_MKDIR 22
37
#define NISPROC_RMDIR 23
38
#define NISPROC_UPDKEYS 24
39
40
#define NIS_PROGRAM 100300
41
42
43
#define CBPROC_NULL 0
44
#define CBPROC_RECEIVE 1
45
#define CBPROC_FINISH 2
46
#define CBPROC_ERROR 3
47
48
#define CB_PROGRAM 100302
49
50
#endif
Generated by
1.9.8