Searched refs:sockV4 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.h47 SocketRef sockV4; member in struct:SocketSet
H A DmDNSVxWorks.c235 inMDNS->p->unicastSS.sockV4 = kInvalidSocketRef;
335 sock = info ? info->ss.sockV4 : inMDNS->p->unicastSS.sockV4;
1036 i->ss.sockV4 = kInvalidSocketRef;
1112 if( ( ( i->family == AF_INET ) && !IsValidSocket( primary->ss.sockV4 ) ) ||
1196 ForgetSocket( &i->ss.sockV4 );
1293 sockPtr = ( inFamily == AF_INET ) ? &inSS->sockV4 : &inSS->sockV6;
1630 fd = i->ss.sockV4;
1646 fd = inMDNS->p->unicastSS.sockV4;
1706 err = getsockname( inMDNS->p->unicastSS.sockV4, (struc
[all...]

Completed in 91 milliseconds