OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mssval
(Results
1 - 2
of
2
) sorted by null
/external/iptables/extensions/
libip6t_TCPMSS.c
53
unsigned int
mssval
;
local
59
if (string_to_number(optarg, 0, 65535 - 60, &
mssval
) == -1)
62
mssinfo->mss =
mssval
;
libipt_TCPMSS.c
53
unsigned int
mssval
;
local
59
if (string_to_number(optarg, 0, 65535 - 40, &
mssval
) == -1)
62
mssinfo->mss =
mssval
;
Completed in 383 milliseconds