HomeSort by relevance Sort by last modified time
    Searched refs:sotype (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/native/
InheritedChannel.c 96 int sotype; local
97 socklen_t arglen=sizeof(sotype);
98 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, (void *)&sotype, &arglen) == 0) {
99 if (sotype == SOCK_STREAM)
101 if (sotype == SOCK_DGRAM)
net_util_md.c 168 * Ugly, but only called once (for each sotype).
179 static int findMaxBuf(int fd, int opt, int sotype) {
185 if (sotype == SOCK_DGRAM) {
1123 int sotype=0, arglen; local
1134 arglen = sizeof(sotype)
1238 int sotype; local
    [all...]

Completed in 1992 milliseconds