OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicastSocket4
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h
54
int
unicastSocket4
;
mDNSPosix.c
196
sendingsocket = thisIntf ? thisIntf->multicastSocket4 : m->p->
unicastSocket4
;
1896
m->p->
unicastSocket4
= -1;
1897
if (err == mStatus_NoError) err = SetupSocket(&sa, zeroIPPort, 0, &m->p->
unicastSocket4
);
1953
if (m->p->
unicastSocket4
!= -1)
1955
rv = close(m->p->
unicastSocket4
);
2256
if (m->p->
unicastSocket4
!= -1) mDNSPosixAddToFDSet(&numFDs, readfds, m->p->
unicastSocket4
);
2313
if (m->p->
unicastSocket4
!= -1 && FD_ISSET(m->p->
unicastSocket4
, readfds))
2315
FD_CLR(m->p->
unicastSocket4
, readfds)
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026