Searched defs:filterent (Results 1 – 1 of 1) sorted by relevance
55 struct filterent { struct56 int f_proto; /* Protocol: getprotoby*() */57 unsigned f_action : 8; /* Filtering action: goto or A_... */81 struct filterent rule[MAXFILTERS]; /* incoming packet filter */ argument