/external/qemu/slirp-android/ |
ip_icmp.c | 72 icmp_input(struct mbuf *m, int hlen) 86 * Locate icmp structure in mbuf, and check 197 * mbuf *msrc is used as a template, but is NOT m_free()'d. 206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, 212 register struct mbuf *m; 244 if(!(m=m_get())) goto end_error; /* get mbuf */ 322 icmp_reflect(struct mbuf *m) 347 * mbuf's data back, and adjust the IP length.
|
tftp.c | 136 struct mbuf *m; 179 struct mbuf *m; 224 struct mbuf *m; 418 void tftp_input(struct mbuf *m)
|
ip_input.c | 76 ip_input(struct mbuf *m) 156 /* Should drop packet if mbuf too long? hmmm... */ 270 register struct mbuf *m = dtom(ip); 292 struct mbuf *t; 373 struct mbuf *t = dtom(q); 387 * If the fragments concatenated to an mbuf that's 390 * the old buffer (in the mbuf), so we must point ip 501 struct mbuf *m; 704 ip_stripoptions(register struct mbuf *m, struct mbuf *mopt [all...] |
bootp.c | 161 struct mbuf *m; 323 void bootp_input(struct mbuf *m)
|
/external/libppp/src/ |
nat_cmd.c | 65 #include "mbuf.h" 496 static struct mbuf * 497 nat_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, 513 static struct mbuf * 514 nat_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, 519 struct mbuf **last;
|
hdlc.c | 42 #include "mbuf.h" 121 HdlcFcsBuf(u_short fcs, struct mbuf *m) 140 static struct mbuf * 142 struct mbuf *bp, int pri __unused, u_short *proto __unused) 144 struct mbuf *last; 159 struct mbuf *tail = m_get(2, MB_HDLCOUT); 300 static struct mbuf * 301 hdlc_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
|
mppe.c | 44 #include "mbuf.h" 157 static struct mbuf * 159 u_short *proto, struct mbuf *mp) 162 struct mbuf *mo; 180 /* Get mbuf for prefixes */ 240 static struct mbuf * 241 MPPEInput(void *v, struct ccp *ccp, u_short *proto, struct mbuf *mp) 376 u_short proto __unused, struct mbuf *mp __unused)
|
Makefile | 10 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
|
auth.c | 53 #include "mbuf.h" 435 struct mbuf * 436 auth_ReadHeader(struct authinfo *authp, struct mbuf *bp) 458 struct mbuf * 459 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len)
|
fsm.h | 190 extern void fsm_Input(struct fsm *, struct mbuf *);
|
mp.c | 56 #include "mbuf.h" 136 mp_ReadHeader(struct mp *mp, struct mbuf *m, struct mp_header *header) 384 struct mbuf *next; 415 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p) 418 struct mbuf *q, *last; 491 struct mbuf *next; 536 struct mbuf **frag = &q; 611 struct mbuf * 612 mp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) 633 struct mbuf *m, u_int32_t begin, u_int32_t end [all...] |
physical.h | 86 struct mbuf *out; /* mbuf that suffered a short write */
|
/external/qemu/slirp/ |
ip_input.c | 76 ip_input(struct mbuf *m) 156 /* Should drop packet if mbuf too long? hmmm... */ 270 register struct mbuf *m = dtom(ip); 292 struct mbuf *t; 373 struct mbuf *t = dtom(q); 387 * If the fragments concatenated to an mbuf that's 390 * the old buffer (in the mbuf), so we must point ip 501 struct mbuf *m; 704 ip_stripoptions(register struct mbuf *m, struct mbuf *mopt [all...] |
udp.c | 51 static void udp_emu(struct socket *so, struct mbuf *m); 75 udp_input(register struct mbuf *m, int iphlen) 79 /* struct mbuf *opts = 0;*/ 97 ip_stripoptions(m, (struct mbuf *)0); 102 * Get IP and UDP header together in first mbuf. 108 * Make mbuf data length reflect UDP length. 242 /* restore the orig mbuf packet */ 255 int udp_output2(struct socket *so, struct mbuf *m, 275 * Fill in mbuf with extended UDP header 310 int udp_output(struct socket *so, struct mbuf *m [all...] |
bootp.c | 156 struct mbuf *m; 319 void bootp_input(struct mbuf *m)
|
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 138 MediaBuffer *mbuf; local 139 err = source->read(&mbuf); 148 fwrite((const uint8_t *)mbuf->data() + mbuf->range_offset(), 150 mbuf->range_length(), 152 (ssize_t)mbuf->range_length()); 154 mbuf->release(); 155 mbuf = NULL;
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
enc.c | 105 char mbuf[sizeof magic-1]; local 541 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf 547 } else if(memcmp(mbuf,magic,sizeof magic-1)) {
|
/external/openssl/apps/ |
enc.c | 105 char mbuf[sizeof magic-1]; local 541 } else if(BIO_read(rbio,mbuf,sizeof mbuf) != sizeof mbuf 547 } else if(memcmp(mbuf,magic,sizeof magic-1)) {
|
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 327 u8 *mbuf; local 333 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL, 336 if (mbuf == NULL) 365 os_free(mbuf); 375 mbuf, mlen, NULL); 384 u8 *mbuf, *pos; local 392 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL, 395 if (mbuf == NULL) 430 ETH_P_EAPOL, mbuf, mlen, msg->key_mic); [all...] |
/bionic/libc/include/net/ |
if_ether.h | 43 #include <sys/mbuf.h> 105 * Ethernet-specific mbuf flags.
|
/development/ndk/platforms/android-3/include/net/ |
if_ether.h | 43 #include <sys/mbuf.h> 105 * Ethernet-specific mbuf flags.
|
/external/ipsec-tools/src/libipsec/ |
key_debug.c | 57 #include <sys/mbuf.h> 726 struct mbuf *m; 732 printf("mbuf(%p){ m_next:%p m_nextpkt:%p m_data:%p " 756 struct mbuf *m0; 758 struct mbuf *m = m0;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/ |
if_ether.h | 41 #include <sys/mbuf.h> 103 * Ethernet-specific mbuf flags.
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/ |
if_ether.h | 41 #include <sys/mbuf.h> 103 * Ethernet-specific mbuf flags.
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/ |
if_ether.h | 41 #include <sys/mbuf.h> 103 * Ethernet-specific mbuf flags.
|