Searched refs:imsg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-sita.c73 char *imsg; /* a pointer to an inbound message */ member in struct:unit
215 if (u->imsg) { /* then if an inbound message buffer exists */
216 u->imsg = (char *)realloc(u->imsg, 1); /* and re-allocate the old large buffer into a new small one */
545 ptr = u->imsg; /* point to the start of the msg for this IOP */
546 while (ptr < (u->imsg + u->len)) {
668 if ((u->imsg = realloc(u->imsg, (u->len + len))) == NULL) /* extend the buffer for the new data */
670 memcpy((u->imsg + u->len), buf, len); /* append the new data */
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c2065 err = myrecvfrom(s1, &m->imsg, sizeof(m->imsg), (struct sockaddr *)&from, &fromlen, &destAddr, packetifname, &ttl);
2125 m->p->UDPProxyCallback(m, &m->p->UDPProxy, (unsigned char *)&m->imsg, (unsigned char*)&m->imsg + err, &senderAddr,
2130 mDNSCoreReceive(m, &m->imsg, (unsigned char*)&m->imsg + err, &senderAddr, senderPort, &destAddr, ss->port, InterfaceID);
3255 ssize_t n = read(info->BPF_fd, &info->m->imsg, info->BPF_len);
3256 const mDNSu8 *ptr = (const mDNSu8 *)&info->m->imsg;
3257 const mDNSu8 *end = (const mDNSu8 *)&info->m->imsg + n;
3559 if (i->BPF_len > sizeof(m->imsg))
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorks.c1869 buf = (mDNSu8 *) &inMDNS->imsg;
1870 size = sizeof( inMDNS->imsg );
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h2457 // The imsg is declared as a union with a pointer type to enforce CPU-appropriate alignment
2458 union { DNSMessage m; void *p; } imsg; // Incoming message received from wire member in struct:mDNS_struct

Completed in 220 milliseconds