Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/include/
Dsocket.h107 #define SOCK_DGRAM 2 macro
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c532 else if(u8Type == SOCK_DGRAM) in socket()