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

  /external/libpcap/
pcap-sita.c 73 char *imsg; /* a pointer to an inbound message */ member in struct:unit
212 if (u->imsg) { /* then if an inbound message buffer exists */
213 u->imsg = (char *)realloc(u->imsg, 1); /* and re-allocate the old large buffer into a new small one */
214 if (u->imsg == NULL) { /* oops, realloc call failed */
579 ptr = u->imsg; /* point to the start of the msg for this IOP */
580 while (ptr < (u->imsg + u->len)) {
708 if ((u->imsg = realloc(u->imsg, (u->len + len))) == NULL) /* extend the buffer for the new data */
710 memcpy((u->imsg + u->len), buf, len); /* append the new data *
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon1694
461 imsg: 8, member in struct:h1_icrbb_u::__anon1695
495 #define b_imsg icrbb_field_s.imsg
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1952 union { DNSMessage m; void *p; } imsg; \/\/ Incoming message received from wire member in struct:mDNS_struct
    [all...]

Completed in 60 milliseconds