OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCCP_MAX_OPTIONS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
dccp.h
205
#define
DCCP_MAX_OPTIONS
32
dccp_var.h
100
char options[
DCCP_MAX_OPTIONS
];
102
char features[
DCCP_MAX_OPTIONS
];
dccp_usrreq.c
202
char options[
DCCP_MAX_OPTIONS
];
594
if (optlen >
DCCP_MAX_OPTIONS
) {
595
DCCP_DEBUG((LOG_INFO, "Error, more options (%i) then
DCCP_MAX_OPTIONS
options!\n", optlen));
1127
char options[
DCCP_MAX_OPTIONS
*2];
1261
if (dp->featlen && (optlen + dp->featlen <
DCCP_MAX_OPTIONS
)) {
2156
if (
DCCP_MAX_OPTIONS
> (dp->optlen + val_len + 2)) {
2327
if (
DCCP_MAX_OPTIONS
> (dp->featlen + val_len + 3)) {
Completed in 14 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025