aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nisplus.h
blob: bddfb8be530431748c033f952506366e8b95d4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* packet-nisplus.h
 * 2001  Ronnie Sahlberg  <See AUTHORS for email>
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef PACKET_NIS_H
#define PACKET_NIS_H

#define NISPROC_NULL		0
#define NISPROC_LOOKUP		1
#define NISPROC_ADD		2
#define NISPROC_MODIFY		3
#define NISPROC_REMOVE		4
#define NISPROC_IBLIST		5
#define NISPROC_IBADD		6
#define NISPROC_IBMODIFY	7
#define NISPROC_IBREMOVE	8
#define NISPROC_IBFIRST		9
#define NISPROC_IBNEXT		10

#define NISPROC_FINDDIRECTORY	12

#define NISPROC_STATUS		14
#define NISPROC_DUMPLOG		15
#define NISPROC_DUMP		16
#define NISPROC_CALLBACK	17
#define NISPROC_CPTIME		18
#define NISPROC_CHECKPOINT	19
#define NISPROC_PING		20
#define NISPROC_SERVSTATE	21
#define NISPROC_MKDIR		22
#define NISPROC_RMDIR		23
#define NISPROC_UPDKEYS		24

#define NIS_PROGRAM 100300


#define CBPROC_NULL		0
#define CBPROC_RECEIVE		1
#define CBPROC_FINISH		2
#define CBPROC_ERROR		3

#define CB_PROGRAM 100302

#endif