in.h (a4bf5fb987611aeb78c422312b63b185e39982d7) in.h (1db8d1f8433157f6579fa297b1959d67540782b4)
1/*-
2 * Copyright (c) 1982, 1986, 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 238 unchanged lines hidden (view full) ---

247#define IPPROTO_OLD_DIVERT 254 /* OLD divert pseudo-proto */
248#define IPPROTO_MAX 256
249
250/* last return value of *_input(), meaning "all job for this pkt is done". */
251#define IPPROTO_DONE 257
252
253/* Only used internally, so can be outside the range of valid IP protocols. */
254#define IPPROTO_DIVERT 258 /* divert pseudo-protocol */
1/*-
2 * Copyright (c) 1982, 1986, 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 238 unchanged lines hidden (view full) ---

247#define IPPROTO_OLD_DIVERT 254 /* OLD divert pseudo-proto */
248#define IPPROTO_MAX 256
249
250/* last return value of *_input(), meaning "all job for this pkt is done". */
251#define IPPROTO_DONE 257
252
253/* Only used internally, so can be outside the range of valid IP protocols. */
254#define IPPROTO_DIVERT 258 /* divert pseudo-protocol */
255#define IPPROTO_SEND 259 /* SeND pseudo-protocol */
255
256/*
257 * Defined to avoid confusion. The master value is defined by
258 * PROTO_SPACER in sys/protosw.h.
259 */
260#define IPPROTO_SPACER 32767 /* spacer for loadable protos */
261
262/*

--- 511 unchanged lines hidden ---
256
257/*
258 * Defined to avoid confusion. The master value is defined by
259 * PROTO_SPACER in sys/protosw.h.
260 */
261#define IPPROTO_SPACER 32767 /* spacer for loadable protos */
262
263/*

--- 511 unchanged lines hidden ---