HomeSort by relevance Sort by last modified time
    Searched refs:imsg (Results 1 - 14 of 14) 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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon61052
461 imsg: 8, member in struct:h1_icrbb_u::__anon61053
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon63777
461 imsg: 8, member in struct:h1_icrbb_u::__anon63778
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon65521
461 imsg: 8, member in struct:h1_icrbb_u::__anon65522
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon66841
461 imsg: 8, member in struct:h1_icrbb_u::__anon66842
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon68172
461 imsg: 8, member in struct:h1_icrbb_u::__anon68173
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon69505
461 imsg: 8, member in struct:h1_icrbb_u::__anon69506
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon70838
461 imsg: 8, member in struct:h1_icrbb_u::__anon70839
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon72171
461 imsg: 8, member in struct:h1_icrbb_u::__anon72172
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon73504
461 imsg: 8, member in struct:h1_icrbb_u::__anon73505
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon74911
461 imsg: 8, member in struct:h1_icrbb_u::__anon74912
495 #define b_imsg icrbb_field_s.imsg
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 430 imsg: 8, member in struct:icrbb_u::__anon82464
461 imsg: 8, member in struct:h1_icrbb_u::__anon82465
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 457 milliseconds