mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-03 15:56:00 +00:00
More DLPI stuff
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
Operating system dependencies... */
|
Operating system dependencies... */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1996 The Internet Software Consortium. All rights reserved.
|
* Copyright (c) 1996, 1997, 1998 The Internet Software Consortium.
|
||||||
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -189,6 +190,12 @@
|
|||||||
# define PACKET_DECODING
|
# define PACKET_DECODING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* If we don't have a DLPI packet filter, we have to filter in userland.
|
||||||
|
Probably not worth doing, actually. */
|
||||||
|
#if defined (USE_DLPI_RECEIVE) && !defined (USE_DLPI_PFMOD)
|
||||||
|
# define USERLAND_FILTER
|
||||||
|
#endif
|
||||||
|
|
||||||
/* jmp_buf is assumed to be a struct unless otherwise defined in the
|
/* jmp_buf is assumed to be a struct unless otherwise defined in the
|
||||||
system header. */
|
system header. */
|
||||||
#ifndef jbp_decl
|
#ifndef jbp_decl
|
||||||
|
Reference in New Issue
Block a user