HomeSort by: relevance | last modified time | path
    Searched defs:relation (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.h 50 enum relation { enum
56 typedef enum relation relation; typedef in typeref:enum:relation
61 relation rel;
82 relation rel;
  /src/usr.sbin/altq/libaltq/
qop.c 1005 * when a new filter is added, we check the relation to the existing filters
1039 int relation; local in function:add_filter_rule
1051 relation = filt_check_relation(&front->fltr, &back->fltr);
1053 switch (relation) {

Completed in 12 milliseconds