Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

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*/