HomeSort by relevance Sort by last modified time
    Searched defs:mbuf (Results 1 - 17 of 17) sorted by null

  /external/iproute2/ip/
ipmroute.c 94 char mbuf[256]; local
115 format_host(AF_INET, 4, &maddr.data[0], mbuf, sizeof(mbuf)));
  /external/libpcap/bpf/net/
bpf_filter.c 64 # define mbuf msgb macro
118 #include <sys/mbuf.h>
134 register struct mbuf *m;
139 register struct mbuf *m0;
170 register struct mbuf *m;
175 register struct mbuf *m0;
198 * For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0,
212 struct mbuf *m, *n;
216 m = (struct mbuf *)p;
  /external/openssl/apps/
enc.c 105 char mbuf[sizeof magic-1]; local
538 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf
544 } else if(memcmp(mbuf,magic,sizeof magic-1)) {
s_client.c 426 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local
509 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL))
    [all...]
  /external/qemu/slirp/
mbuf.h 29 * @(#)mbuf.h 8.3 (Berkeley) 1/21/94
30 * mbuf.h,v 1.9 1994/11/14 13:54:20 bde Exp
39 #define MINCSIZE 4096 /* Amount to increase mbuf if too small */
43 * mtod(m,t) - convert mbuf pointer to data pointer of correct type
44 * dtom(x) - convert data pointer within mbuf to mbuf pointer (XXX)
47 /* #define dtom(x) ((struct mbuf *)((int)(x) & ~(M_SIZE-1))) */
50 * Only one mbuf is ever used in a chain, for each "cell" of data.
58 /* header at beginning of each mbuf: */
60 struct mbuf *mh_next; /* Linked list of mbufs *
87 struct mbuf { struct
    [all...]
  /external/qemu/slirp-android/
mbuf.h 29 * @(#)mbuf.h 8.3 (Berkeley) 1/21/94
30 * mbuf.h,v 1.9 1994/11/14 13:54:20 bde Exp
39 #define MINCSIZE 4096 /* Amount to increase mbuf if too small */
43 * mtod(m,t) - convert mbuf pointer to data pointer of correct type
44 * dtom(x) - convert data pointer within mbuf to mbuf pointer (XXX)
47 /* #define dtom(x) ((struct mbuf *)((int)(x) & ~(M_SIZE-1))) */
50 * Only one mbuf is ever used in a chain, for each "cell" of data.
58 /* header at beginning of each mbuf: */
60 struct mbuf *mh_next; /* Linked list of mbufs *
87 struct mbuf { struct
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 338 u8 *mbuf; local
344 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
347 if (mbuf == NULL)
376 os_free(mbuf);
386 mbuf, mlen, NULL);
395 u8 *mbuf, *pos; local
403 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
406 if (mbuf == NULL)
441 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 339 u8 *mbuf; local
345 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
348 if (mbuf == NULL)
377 os_free(mbuf);
387 mbuf, mlen, NULL);
396 u8 *mbuf, *pos; local
404 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
407 if (mbuf == NULL)
442 ETH_P_EAPOL, mbuf, mlen, msg->key_mic);
    [all...]
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 376 MediaBuffer *mbuf = new MediaBuffer(frame.len); local
377 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
378 mbuf->meta_data()->setInt32(kKeyIsSyncFrame, block->IsKey());
380 long n = frame.Read(mExtractor->mReader, (unsigned char *)mbuf->data());
388 mPendingFrames.push_back(mbuf);
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 1194 char abuf[50], mbuf[50]; local
1201 sizeof(mbuf)) == NULL)
1202 mbuf[0] = '\0';
1207 os_strlcpy(mbuf, inet_ntoa(cli->mask), sizeof(mbuf));
1223 abuf, mbuf,
  /external/wpa_supplicant_8/src/radius/
radius_server.c 1403 char abuf[50], mbuf[50]; local
    [all...]
  /frameworks/base/cmds/stagefright/
stagefright.cpp 142 MediaBuffer *mbuf; local
143 err = source->read(&mbuf);
152 fwrite((const uint8_t *)mbuf->data() + mbuf->range_offset(),
154 mbuf->range_length(),
156 (ssize_t)mbuf->range_length());
158 mbuf->release();
159 mbuf = NULL;
  /frameworks/base/media/libstagefright/
AVIExtractor.cpp 350 MediaBuffer *mbuf = new MediaBuffer(frameSize); local
351 memcpy(mbuf->data(), mBuffer->data(), frameSize);
356 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
361 *out = mbuf;
    [all...]
OMXCodec.cpp 1776 MediaBuffer *mbuf = new MediaBuffer(info.mData, info.mSize); local
    [all...]
  /external/valgrind/main/massif/
ms_main.c 2111 static Char mbuf[32]; local
    [all...]
  /external/wpa_supplicant/
wpa.c 2398 u8 *mbuf; local
2455 u8 *mbuf, *pos; local
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 318 milliseconds