Home
last modified time | relevance | path

Searched refs:tcpInfo_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.h175 extern void DisposeTCPConn(struct tcpInfo_t *tcp);
H A DmDNSEmbeddedAPI.h549 typedef struct tcpInfo_t struct
564 } tcpInfo_t; argument
1480 struct tcpInfo_t *tcp;
1895 struct tcpInfo_t *tcp;
H A DuDNS.c1267 tcpInfo_t *tcpInfo = (tcpInfo_t *)context; in tcpCallback()
1271 tcpInfo_t **backpointer = in tcpCallback()
1545 mDNSlocal tcpInfo_t *MakeTCPConn(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *const en… in MakeTCPConn()
1551 tcpInfo_t *info; in MakeTCPConn()
1559 info = (tcpInfo_t *) mDNSPlatformMemAllocateClear(sizeof(*info)); in MakeTCPConn()
1604 mDNSexport void DisposeTCPConn(struct tcpInfo_t *tcp) in DisposeTCPConn()
5637 char sizecheck_tcpInfo_t [(sizeof(tcpInfo_t) <= 9056) ? 1 : -1];
6333 mDNSexport void DisposeTCPConn(struct tcpInfo_t *tcp) in DisposeTCPConn()