17 lines
297 B
C
17 lines
297 B
C
/* @(#)nit_pf.h 1.1 92/07/30 SMI */
|
|
|
|
/*
|
|
* Copyright (c) 1987 by Sun Microsystems, Inc.
|
|
*/
|
|
|
|
#ifndef _net_nit_pf_h
|
|
#define _net_nit_pf_h
|
|
|
|
/*
|
|
* Definitions for the streams packet filter module.
|
|
*/
|
|
|
|
#define NIOCSETF _IOW(p, 2, struct packetfilt) /* set packet filter */
|
|
|
|
#endif /*!_net_nit_pf_h*/
|