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

  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 163 int sendingsocket = -1; local
186 sendingsocket = thisIntf ? thisIntf->multicastSocket4 : m->p->unicastSocket4;
200 sendingsocket = thisIntf ? thisIntf->multicastSocket6 : m->p->unicastSocket6;
204 if (sendingsocket >= 0)
205 err = sendto(sendingsocket, msg, (char*)end - (char*)msg, 0, (struct sockaddr *)&to, GET_SA_LEN(to));
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 1533 SOCKET sendingsocket = INVALID_SOCKET; local
    [all...]

Completed in 74 milliseconds