Wireshark  4.3.0
The Wireshark network protocol analyzer
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