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

  /src/usr.sbin/altq/libaltq/
qop.c 1169 struct flow_filter6 *front6, *back6; local in function:filt_disjoint
1173 back6 = (struct flow_filter6 *)back;
1176 back6->ff_flow6.fi6_proto != 0 &&
1177 front6->ff_flow6.fi6_proto != back6->ff_flow6.fi6_proto)
1180 back6->ff_flow6.fi6_flowlabel != 0 &&
1182 back6->ff_flow6.fi6_flowlabel)
1185 back6->ff_flow6.fi6_sport != 0 &&
1186 front6->ff_flow6.fi6_sport != back6->ff_flow6.fi6_sport)
1189 back6->ff_flow6.fi6_dport != 0 &&
1190 front6->ff_flow6.fi6_dport != back6->ff_flow6.fi6_dport
1288 struct flow_filter6 *front6, *back6; local in function:filt_subset
    [all...]

Completed in 11 milliseconds