OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OobInLine
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c
37
UINT32
OobInLine
;
127
OobInLine
= ( 1 < ArgC );
131
(char *)&
OobInLine
,
132
sizeof (
OobInLine
));
135
printf ( "ERROR - setsockopt
OOBINLINE
error, errno: %d\r\n", RetVal );
138
printf ( "%s\r\n", ( 0 !=
OobInLine
) ? "OOB messages are in-line"
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.c
39
UINT32
OobInLine
;
128
OobInLine
= ( 2 < ArgC );
132
(char *)&
OobInLine
,
133
sizeof (
OobInLine
));
136
printf ( "ERROR - setsockopt
OOBINLINE
error, errno: %d\r\n", RetVal );
139
printf ( "%s\r\n", ( 0 !=
OobInLine
) ? "OOB messages are in-line"
Completed in 78 milliseconds