Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

17 lines
297 B
C

/* @(#)nit_pf.h 1.1 94/10/31 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*/