OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fi6_dport
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/altq/
altq_afmap.c
244
if (afm->afm_flowinfo6.
fi6_dport
!= 0 &&
245
afm->afm_flowinfo6.
fi6_dport
!= fp->
fi6_dport
)
altq.h
123
u_int16_t
fi6_dport
; /* dest port */
member in struct:flowinfo_in6
altq_subr.c
858
fin6->
fi6_dport
= 0;
994
fin6->
fi6_dport
= 0;
1027
fin6->
fi6_dport
= udp->uh_dport;
1431
filt->ff_flow6.
fi6_dport
!= pkt->
fi6_dport
)
1544
if (filt6->ff_flow6.
fi6_dport
!= 0)
/src/usr.sbin/altq/libaltq/
qop.c
989
ntoh16(sfilt6->ff_flow6.
fi6_dport
));
1188
if (front6->ff_flow6.
fi6_dport
!= 0 &&
1189
back6->ff_flow6.
fi6_dport
!= 0 &&
1190
front6->ff_flow6.
fi6_dport
!= back6->ff_flow6.
fi6_dport
)
1328
dstport = ntohs(front6->ff_flow6.
fi6_dport
);
1334
if (front6->ff_flow6.
fi6_dport
== 0 &&
1335
back6->ff_flow6.
fi6_dport
!= 0) {
1336
dstport = ntohs(back6->ff_flow6.
fi6_dport
);
quip_server.c
380
ntoh16(filt6->ff_flow6.
fi6_dport
),
parser.c
722
if (!get_port(w, &sfilt.ff_flow6.
fi6_dport
)) {
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025