Searched refs:bp (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Dprint-pim.c121 static void pimv2_print(register const u_char *bp, register u_int len);
124 pimv1_join_prune_print(register const u_char *bp, register u_int len) argument
130 if (TTEST2(bp[0], 30) && bp[11] == 1 &&
131 ((njoin = EXTRACT_16BITS(&bp[20])) + EXTRACT_16BITS(&bp[22])) == 1) {
134 (void)printf(" RPF %s ", ipaddr_string(bp));
135 hold = EXTRACT_16BITS(&bp[6]);
141 ipaddr_string(&bp[26]), bp[2
212 pimv1_print(register const u_char *bp, register u_int len) argument
326 cisco_autorp_print(register const u_char *bp, register u_int len) argument
416 pim_print(register const u_char *bp, register u_int len) argument
520 pimv2_addr_print(const u_char *bp, enum pimv2_addrtype at, int silent) argument
621 pimv2_print(register const u_char *bp, register u_int len) argument
[all...]
H A Dprint-dvmrp.c76 dvmrp_print(register const u_char *bp, register u_int len) argument
82 if (bp >= ep)
85 TCHECK(bp[1]);
86 type = bp[1];
89 bp += 8;
97 if (print_probe(bp, ep, len) < 0)
105 if (print_report(bp, ep, len) < 0)
116 if (print_neighbors(bp, ep, len) < 0)
130 bp -= 4;
131 TCHECK2(bp[
169 print_report(register const u_char *bp, register const u_char *ep, register u_int len) argument
226 print_probe(register const u_char *bp, register const u_char *ep, register u_int len) argument
259 print_neighbors(register const u_char *bp, register const u_char *ep, register u_int len) argument
290 print_neighbors2(register const u_char *bp, register const u_char *ep, register u_int len) argument
339 print_prune(register const u_char *bp) argument
352 print_graft(register const u_char *bp) argument
362 print_graft_ack(register const u_char *bp) argument
[all...]
H A Dprint-vrrp.c88 vrrp_print(register const u_char *bp, register u_int len, int ttl) argument
93 TCHECK(bp[0]);
94 version = (bp[0] & 0xf0) >> 4;
95 type = bp[0] & 0x0f;
102 TCHECK(bp[2]);
103 printf(", vrid %u, prio %u", bp[1], bp[2]);
104 TCHECK(bp[5]);
105 auth_type = bp[4];
107 printf(", intvl %us, length %u", bp[
[all...]
H A Dprint-bootp.c66 register const struct bootp *bp; local
70 bp = (const struct bootp *)cp;
71 TCHECK(bp->bp_op);
74 tok2str(bootp_op_values, "unknown (0x%02x)", bp->bp_op));
76 if (bp->bp_htype == 1 && bp->bp_hlen == 6 && bp->bp_op == BOOTPREQUEST) {
77 TCHECK2(bp->bp_chaddr[0], 6);
78 printf(" from %s", etheraddr_string(bp->bp_chaddr));
86 TCHECK(bp
363 rfc1048_print(register const u_char *bp) argument
778 cmu_print(register const u_char *bp) argument
[all...]
H A Dprint-vjc.c85 vjc_print(register const char *bp, u_short proto _U_) argument
89 switch (bp[0] & 0xf0) {
102 if (bp[1] & (0x80 >> i))
105 if (bp[1])
107 printf("C=0x%02x ", bp[2]);
108 printf("sum=0x%04x ", *(u_short *)&bp[3]);
116 printf("(vjc type=0x%02x) ", bp[0] & 0xf0);
H A Dprint-pgm.c149 pgm_print(register const u_char *bp, register u_int length, argument
168 pgm = (struct pgm_header *)bp;
268 bp = (u_char *) (spm + 1);
269 TCHECK2(*bp, addr_size);
270 nla = bp;
271 bp += addr_size;
290 bp = (u_char *) (poll + 1);
315 bp = (u_char *) (polr + 1);
316 TCHECK2(*bp, addr_size);
317 nla = bp;
[all...]
H A Dprint-ip6opts.c74 ip6_sopt_print(const u_char *bp, int len) argument
80 if (bp[i] == IP6OPT_PAD1)
84 optlen = bp[i + 1] + 2;
91 switch (bp[i]) {
107 printf(", ui: 0x%04x ", EXTRACT_16BITS(&bp[i + 2]));
114 printf(", alt-CoA: %s", ip6addr_string(&bp[i+2]));
121 printf(", auth spi: 0x%08x", EXTRACT_32BITS(&bp[i + 2]));
125 printf(", sopt_type %d: trunc)", bp[i]);
128 printf(", sopt_type 0x%02x: len=%d", bp[i], bp[
139 ip6_opt_print(const u_char *bp, int len) argument
289 hbhopt_print(register const u_char *bp) argument
309 dstopt_print(register const u_char *bp) argument
[all...]
H A Dprint-gre.c92 gre_print(const u_char *bp, u_int length) argument
100 vers = EXTRACT_16BITS(bp) & GRE_VERS_MASK;
105 gre_print_0(bp, len);
108 gre_print_1(bp, len);
119 gre_print_0(const u_char *bp, u_int length) argument
124 flags = EXTRACT_16BITS(bp);
130 bp += 2;
134 prot = EXTRACT_16BITS(bp);
136 bp += 2;
142 printf(", sum 0x%x", EXTRACT_16BITS(bp));
238 gre_print_1(const u_char *bp, u_int length) argument
318 gre_sre_print(u_int16_t af, u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) argument
337 gre_sre_ip_print(u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) argument
371 gre_sre_asn_print(u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontFamily.cpp36 const FontFamily* bp; local
37 for (ap = a.next(), bp = b.next(); ap != bp; ap = ap->next(), bp = bp->next()) {
38 if (!ap || !bp)
40 if (ap->family() != bp->family())
/external/libppp/src/
H A Dmbuf.c78 m_length(struct mbuf *bp) argument
82 for (len = 0; bp; bp = bp->m_next)
83 len += bp->m_len;
107 struct mbuf *bp; local
126 bp = &(*mb)->u.m;
145 bp = &(*mb)->u.m;
153 memset(bp, '\0', sizeof(struct mbuf));
154 bp
165 m_free(struct mbuf *bp) argument
188 m_freem(struct mbuf *bp) argument
195 mbuf_Read(struct mbuf *bp, void *v, size_t len) argument
223 mbuf_View(struct mbuf *bp, void *v, size_t len) argument
243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) argument
273 m_adj(struct mbuf *bp, ssize_t n) argument
303 mbuf_Write(struct mbuf *bp, const void *ptr, size_t m_len) argument
347 struct mbuf *bp; local
367 m_enqueue(struct mqueue *queue, struct mbuf *bp) argument
381 m_pullup(struct mbuf *bp) argument
400 bcopy(MBUF_CTOP(bp), bp + 1, bp->m_len); local
410 m_settype(struct mbuf *bp, int type) argument
423 m_append(struct mbuf *bp, const void *v, size_t sz) argument
[all...]
H A Dproto.c56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) argument
64 bp = m_prepend(bp, cp + 1, 1, extra);
66 bp = m_prepend(bp, cp, 2, extra);
68 return bp;
72 proto_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, argument
76 bp = proto_Prepend(bp, *proto, l->lcp.his_protocomp,
78 m_settype(bp, MB_PROTOOU
85 proto_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, u_short *proto) argument
[all...]
H A Dsync.c53 struct mbuf *bp, int pri __unused, u_short *proto __unused)
55 log_DumpBp(LogSYNC, "Write", bp);
56 m_settype(bp, MB_SYNCOUT);
57 bp->priv = 0;
58 return bp;
62 sync_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, argument
71 log_DumpBp(LogSYNC, "Read", bp);
74 len = m_length(bp);
78 m_settype(bp, MB_SYNCIN);
81 return bp;
52 sync_LayerPush(struct bundle *bundle __unused, struct link *l __unused, struct mbuf *bp, int pri __unused, u_short *proto __unused) argument
[all...]
H A Dacf.c59 acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, argument
65 bp = m_prepend(bp, cp, 2, 0);
66 m_settype(bp, MB_ACFOUT);
69 return bp;
73 acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, argument
81 return bp;
84 if (mbuf_View(bp, cp, 2) == 2) {
87 bp = mbuf_Read(bp, c
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dstr.asm4 str [bp]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-debug-code-recompilation.js39 bp = Debug.setBreakPoint(f, 0, 0);
40 Debug.clearBreakPoint(bp);
42 bp = Debug.setBreakPoint(f, 0, 0);
43 Debug.clearBreakPoint(bp);
44 bp = Debug.setBreakPoint(f, 0, 0);
45 Debug.clearBreakPoint(bp);
47 bp = Debug.setBreakPoint(f, 0, 0);
48 Debug.clearBreakPoint(bp);
/external/v8/test/mjsunit/regress/
H A Dregress-debug-code-recompilation.js38 bp = Debug.setBreakPoint(f, 0, 0);
39 Debug.clearBreakPoint(bp);
41 bp = Debug.setBreakPoint(f, 0, 0);
42 Debug.clearBreakPoint(bp);
43 bp = Debug.setBreakPoint(f, 0, 0);
44 Debug.clearBreakPoint(bp);
46 bp = Debug.setBreakPoint(f, 0, 0);
47 Debug.clearBreakPoint(bp);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssltrace.c40 char *bp; local
50 bp = buf;
54 *bp++ = hex[(ch >> 4) & 0xf];
55 *bp++ = hex[ch & 0xf];
56 *bp++ = ' ';
62 bp = buf;
66 if (bp > buf) {
101 char *bp; local
110 bp = buf;
113 *bp
138 ssl_DumpMsg(sslSocket *ss, unsigned char *bp, unsigned len) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dt_pkey.c65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, argument
73 if(!BIO_indent(bp,off,128))
77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
91 if (BIO_printf(bp,"%s%s",number,
104 if(BIO_puts(bp,"\n") <= 0
105 || !BIO_indent(bp,off+4,128))
108 if (BIO_printf(bp,"%02x%s",buf[i],((i+1) == n)?"":":")
111 if (BIO_write(bp,"\n",1) <= 0) return(0);
/external/openssl/crypto/asn1/
H A Dt_pkey.c65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, argument
73 if(!BIO_indent(bp,off,128))
77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
91 if (BIO_printf(bp,"%s%s",number,
104 if(BIO_puts(bp,"\n") <= 0
105 || !BIO_indent(bp,off+4,128))
108 if (BIO_printf(bp,"%02x%s",buf[i],((i+1) == n)?"":":")
111 if (BIO_write(bp,"\n",1) <= 0) return(0);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-conditional-breakpoints.js53 bp = Debug.setBreakPoint(f, 0, 0, '{{{');
56 assertEquals(0, Debug.findBreakPoint(bp, false).hit_count());
57 Debug.clearBreakPoint(bp);
61 bp = Debug.setBreakPoint(f, 0, 0, 'false');
64 assertEquals(0, Debug.findBreakPoint(bp, false).hit_count());
65 Debug.clearBreakPoint(bp);
69 bp = Debug.setBreakPoint(f, 0, 0, 'true');
72 assertEquals(1, Debug.findBreakPoint(bp, false).hit_count());
73 Debug.clearBreakPoint(bp);
77 bp
[all...]
/external/v8/test/mjsunit/
H A Ddebug-conditional-breakpoints.js53 bp = Debug.setBreakPoint(f, 0, 0, '{{{');
56 assertEquals(0, Debug.findBreakPoint(bp, false).hit_count());
57 Debug.clearBreakPoint(bp);
61 bp = Debug.setBreakPoint(f, 0, 0, 'false');
64 assertEquals(0, Debug.findBreakPoint(bp, false).hit_count());
65 Debug.clearBreakPoint(bp);
69 bp = Debug.setBreakPoint(f, 0, 0, 'true');
72 assertEquals(1, Debug.findBreakPoint(bp, false).hit_count());
73 Debug.clearBreakPoint(bp);
77 bp
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_txt.c107 int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) argument
113 if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err;
130 if (BIO_printf(bp," Protocol : %s\n",s) <= 0) goto err;
136 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
141 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
147 if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0)
150 if (BIO_puts(bp," Session-ID: ") <= 0) goto err;
153 if (BIO_printf(bp,"%02X",x->session_id[i]) <= 0) goto err;
155 if (BIO_puts(bp,"\n Session-ID-ctx: ") <= 0) goto err;
158 if (BIO_printf(bp,"
[all...]
/external/openssl/ssl/
H A Dssl_txt.c107 int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) argument
113 if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err;
130 if (BIO_printf(bp," Protocol : %s\n",s) <= 0) goto err;
136 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
141 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
147 if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0)
150 if (BIO_puts(bp," Session-ID: ") <= 0) goto err;
153 if (BIO_printf(bp,"%02X",x->session_id[i]) <= 0) goto err;
155 if (BIO_puts(bp,"\n Session-ID-ctx: ") <= 0) goto err;
158 if (BIO_printf(bp,"
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_prn.c69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) argument
71 BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
73 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
74 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
76 i2a_ASN1_STRING(bp, a->issuerNameHash, V_ASN1_OCTET_STRING);
77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
78 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
80 i2a_ASN1_INTEGER(bp,
135 OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags) argument
181 OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags) argument
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_prn.c69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) argument
71 BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
73 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
74 i2a_ASN1_OBJECT(bp, a->hashAlgorithm->algorithm);
75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
76 i2a_ASN1_STRING(bp, a->issuerNameHash, V_ASN1_OCTET_STRING);
77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
78 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
80 i2a_ASN1_INTEGER(bp,
135 OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags) argument
181 OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags) argument
[all...]

Completed in 760 milliseconds

1234567891011>>