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