summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1999-05-04 16:20:33 +0000
committerluigi <luigi@FreeBSD.org>1999-05-04 16:20:33 +0000
commit2085d1a0500e60ec06a7ca2ded31bde3fe581bd6 (patch)
tree295f2aed2025bfbb8b59b5ac9fb1d8855ac01336 /sys/netinet/in.h
parentaa335447efab0773117fd11c822ab38333c62be6 (diff)
downloadFreeBSD-src-2085d1a0500e60ec06a7ca2ded31bde3fe581bd6.zip
FreeBSD-src-2085d1a0500e60ec06a7ca2ded31bde3fe581bd6.tar.gz
Free the dummynet descriptor in ip_dummynet, not in the called
routines. The descriptor contains parameters which could be used within those routines (eg. ip_output() ). On passing, add IPPROTO_PGM entry to netinet/in.h
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 0fe16f4..5d67085 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.39 1999/04/20 13:32:04 peter Exp $
+ * $Id: in.h,v 1.40 1999/04/28 11:37:43 phk Exp $
*/
#ifndef _NETINET_IN_H_
@@ -140,7 +140,8 @@
#define IPPROTO_ENCAP 98 /* encapsulation header */
#define IPPROTO_APES 99 /* any private encr. scheme */
#define IPPROTO_GMTP 100 /* GMTP*/
-/* 101-254: Unassigned */
+/* 101-254: Partly Unassigned */
+#define IPPROTO_PGM 113 /* PGM */
/* 255: Reserved */
/* BSD Private, local use, namespace incursion */
#define IPPROTO_DIVERT 254 /* divert pseudo-protocol */
OpenPOWER on IntegriCloud