Home
last modified time | relevance | path

Searched refs:SIN_LEN (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
DRawIp4Rx.h32 #define SIN_LEN(port) port.sin_family macro
59 #define SIN_LEN(port) port.sin_len macro
DRawIp4Rx.c60 SIN_LEN ( LocalPort ) = sizeof ( LocalPort ); in RawIp4Rx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
DOobRx.h32 #define SIN_LEN(port) port.sin_family macro
60 #define SIN_LEN(port) port.sin_len macro
DOobRx.c68 SIN_LEN ( LocalPort ) = sizeof ( LocalPort ); in OobRx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
DOobTx.h35 #define SIN_LEN(port) port.sin_family macro
60 #define SIN_LEN(port) port.sin_len macro
DOobTx.c89 SIN_LEN ( LocalPort ) = sizeof ( LocalPort ); in OobTx()
107 SIN_LEN ( RemotePort ) = sizeof ( RemotePort ); in OobTx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
DRawIp4Tx.h35 #define SIN_LEN(port) port.sin_family macro
60 #define SIN_LEN(port) port.sin_len macro
DRawIp4Tx.c83 SIN_LEN ( LocalPort ) = sizeof ( LocalPort ); in RawIp4Tx()
100 SIN_LEN ( RemotePort ) = sizeof ( RemotePort ); in RawIp4Tx()