Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c506 SOCKET socket(uint16 u16Domain, uint8 u8Type, uint8 u8Flags) in socket() argument
518 if(u8Type == SOCK_STREAM) in socket()
532 else if(u8Type == SOCK_DGRAM) in socket()
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/include/
Dsocket.h1121 NMI_API SOCKET socket(uint16 u16Domain, uint8 u8Type, uint8 u8Flags);