OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mssopt
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/net/
tcp.c
397
struct tcp_mss_option *
mssopt
;
local
466
mssopt
= iob_push ( iobuf, sizeof ( *
mssopt
) );
467
mssopt
->kind = TCP_OPTION_MSS;
468
mssopt
->length = sizeof ( *
mssopt
);
469
mssopt
->mss = htons ( TCP_MSS );
654
options->
mssopt
= data;
/prebuilts/go/darwin-x86/src/syscall/
ztypes_dragonfly_amd64.go
388
Mssopt
uint16
/prebuilts/go/linux-x86/src/syscall/
ztypes_dragonfly_amd64.go
388
Mssopt
uint16
/external/syslinux/gpxe/src/include/gpxe/
tcp.h
77
const struct tcp_mss_option *
mssopt
;
member in struct:tcp_options
Completed in 708 milliseconds