Searched refs:imsg (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/logging/kmsg/ |
D | kmsg01.c | 296 char imsg[MAX_MSGSIZE], imsg_prefixed[MAX_MSGSIZE]; in test_inject() local 308 sprintf(imsg, MSG_PREFIX"TEST MESSAGE %ld prio: %d, " in test_inject() 310 sprintf(imsg_prefixed, "<%d>%s", i, imsg); in test_inject() 318 if (find_msg(-1, imsg, tmp, sizeof(tmp), 0) == -1) { in test_inject() 319 tst_res(TFAIL, "failed to find: %s", imsg); in test_inject()
|
/external/libpcap/ |
D | pcap-sita.c | 71 char *imsg; /* a pointer to an inbound message */ member 210 if (u->imsg) { /* then if an inbound message buffer exists */ in empty_unit() 213 …bigger_buffer = (char *)realloc(u->imsg, 1); /* and re-allocate the old large buffer into a new… in empty_unit() 218 u->imsg = bigger_buffer; in empty_unit() 583 ptr = u->imsg; /* point to the start of the msg for this IOP */ in process_client_data() 584 while (ptr < (u->imsg + u->len)) { in process_client_data() 730 if ((u->imsg = realloc(u->imsg, (u->len + len))) == NULL) /* extend the buffer for the new data */ in read_client_data() 732 memcpy((u->imsg + u->len), buf, len); /* append the new data */ in read_client_data()
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1963 union { DNSMessage m; void *p; } imsg; // Incoming message received from wire member
|
/external/grpc-grpc-java/netty/shaded/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |