Searched refs:SIN_PORT (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
H A DRawIp4Tx.h36 #define SIN_PORT(port) port.sin_port macro
61 #define SIN_PORT(port) port.sin_port macro
H A DRawIp4Tx.c86 SIN_PORT ( LocalPort ) = 0;
106 SIN_PORT ( RemotePort ) = 0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.h33 #define SIN_PORT(port) port.sin_port macro
61 #define SIN_PORT(port) port.sin_port macro
H A DOobRx.c71 SIN_PORT ( LocalPort ) = htons ( PortNumber );
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.h36 #define SIN_PORT(port) port.sin_port macro
61 #define SIN_PORT(port) port.sin_port macro
H A DOobTx.c92 SIN_PORT ( LocalPort ) = 0;
113 SIN_PORT ( RemotePort ) = htons ( PortNumber );
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.h33 #define SIN_PORT(port) port.sin_port macro
60 #define SIN_PORT(port) port.sin_port macro
H A DRawIp4Rx.c63 SIN_PORT ( LocalPort ) = 0;
122 SIN_PORT ( RemotePort ),

Completed in 145 milliseconds