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

  /src/usr.sbin/altq/libaltq/
qop.c 1240 u_int16_t srcport, dstport; local in function:filt_subset
1268 dstport = ntohs(front->ff_flow.fi_dport);
1269 if (dstport > 0 /* && dstport < 1024 */ &&
1276 dstport = ntohs(back->ff_flow.fi_dport);
1279 dstport > 0 /* && dstport < 1024 */)
1328 dstport = ntohs(front6->ff_flow6.fi6_dport);
1329 if (dstport > 0 /* && dstport < 1024 */ &
    [all...]
qop.c 1240 u_int16_t srcport, dstport; local in function:filt_subset
1268 dstport = ntohs(front->ff_flow.fi_dport);
1269 if (dstport > 0 /* && dstport < 1024 */ &&
1276 dstport = ntohs(back->ff_flow.fi_dport);
1279 dstport > 0 /* && dstport < 1024 */)
1328 dstport = ntohs(front6->ff_flow6.fi6_dport);
1329 if (dstport > 0 /* && dstport < 1024 */ &
    [all...]

Completed in 23 milliseconds