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

  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 296 char imsg[MAX_MSGSIZE], imsg_prefixed[MAX_MSGSIZE]; local
308 sprintf(imsg, MSG_PREFIX"TEST MESSAGE %ld prio: %d, "
310 sprintf(imsg_prefixed, "<%d>%s", i, imsg);
318 if (find_msg(-1, imsg, tmp, sizeof(tmp), 0) == -1) {
319 tst_res(TFAIL, "failed to find: %s", imsg);
  /external/libpcap/
pcap-sita.c 71 char *imsg; /* a pointer to an inbound message */ member in struct:unit
210 if (u->imsg) { /* then if an inbound message buffer exists */
213 bigger_buffer = (char *)realloc(u->imsg, 1); /* and re-allocate the old large buffer into a new small one */
218 u->imsg = bigger_buffer;
582 ptr = u->imsg; /* point to the start of the msg for this IOP */
583 while (ptr < (u->imsg + u->len)) {
713 if ((u->imsg = realloc(u->imsg, (u->len + len))) == NULL) /* extend the buffer for the new data */
715 memcpy((u->imsg + u->len), buf, len); /* append the new data */
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1963 union { DNSMessage m; void *p; } imsg; \/\/ Incoming message received from wire member in struct:mDNS_struct
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 

Completed in 710 milliseconds