define DLT_HDLC

This commit is contained in:
explorer 1998-07-25 11:31:18 +00:00
parent 5aab21dfbb
commit d83ea88a76
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bpf.h,v 1.21 1998/05/14 00:04:58 kml Exp $ */ /* $NetBSD: bpf.h,v 1.22 1998/07/25 11:31:18 explorer Exp $ */
/* /*
* Copyright (c) 1990, 1991, 1993 * Copyright (c) 1990, 1991, 1993
@ -188,6 +188,7 @@ struct bpf_hdr {
#define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */ #define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */
#define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */ #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */
#define DLT_HIPPI 15 /* HIPPI */ #define DLT_HIPPI 15 /* HIPPI */
#define DLT_HDLC 16 /* HDLC framing */
/* /*
* The instruction encondings. * The instruction encondings.