OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 86 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025