Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsocket.h42 SOCK_DGRAM = 1, /* Connectionless, unreliable datagrams enumerator
44 #define SOCK_DGRAM SOCK_DGRAM macro
/utopia/UTPA2-700.0.x/modules/pws/drv/pws/
H A DdrvPWS.c353 sockfd = socket(AF_INET, SOCK_DGRAM, 0); in MDrv_PWS_PHYPower()