Searched refs:OobInLine (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c37 UINT32 OobInLine; local
127 OobInLine = ( 1 < ArgC );
131 (char *)&OobInLine,
132 sizeof ( OobInLine ));
138 printf ( "%s\r\n", ( 0 != OobInLine ) ? "OOB messages are in-line"
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c39 UINT32 OobInLine; local
128 OobInLine = ( 2 < ArgC );
132 (char *)&OobInLine,
133 sizeof ( OobInLine ));
139 printf ( "%s\r\n", ( 0 != OobInLine ) ? "OOB messages are in-line"

Completed in 6 milliseconds