Home
last modified time | relevance | path

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

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