Searched defs:bp2 (Results 1 - 17 of 17) sorted by relevance

/external/tcpdump/
H A Dprint-frag6.c44 frag6_print(register const u_char *bp, register const u_char *bp2) argument
50 ip6 = (const struct ip6_hdr *)bp2;
59 (long)(bp - bp2) - sizeof(struct ip6_frag));
64 (long)(bp - bp2) - sizeof(struct ip6_frag));
H A Dprint-sunrpc.c71 register const u_char *bp2)
93 switch (IP_V((struct ip *)bp2)) {
95 ip = (struct ip *)bp2;
102 ip6 = (struct ip6_hdr *)bp2;
70 sunrpcrequest_print(register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-sctp.c63 const u_char *bp2, /* beginning of enclosing */
83 ip = (struct ip *)bp2;
86 ip6 = (const struct ip6_hdr *)bp2;
62 sctp_print(const u_char *bp, const u_char *bp2, u_int sctpPacketLength) argument
H A Dprint-ip.c536 const u_char *bp2)
540 ipd.ip = (const struct ip *)bp2;
533 ip_print_inner(netdissect_options *ndo, const u_char *bp, u_int length, u_int nh, const u_char *bp2) argument
H A Dprint-tcp.c192 register const u_char *bp2, int fragmented)
207 ip = (struct ip *)bp2;
210 ip6 = (struct ip6_hdr *)bp2;
191 tcp_print(register const u_char *bp, register u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-icmp6.c236 icmp6_print(const u_char *bp, u_int length, const u_char *bp2, int fragmented) argument
247 ip = (struct ip6_hdr *)bp2;
H A Dprint-nfs.c287 register const u_char *bp2)
309 print_nfsaddr(bp2, srcid, dstid);
315 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
494 register const u_char *bp2)
515 print_nfsaddr(bp2, srcid, dstid);
518 xid_map_enter(rp, bp2); /* record proc number for later on */
286 nfsreply_print(register const u_char *bp, u_int length, register const u_char *bp2) argument
493 nfsreq_print(register const u_char *bp, u_int length, register const u_char *bp2) argument
H A Dprint-pgm.c150 register const u_char *bp2)
169 ip = (struct ip *)bp2;
172 ip6 = (struct ip6_hdr *)bp2;
149 pgm_print(register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-rx.c435 u_char *bp2)
501 rx_cache_insert(bp, (const struct ip *) bp2, dport);
540 rx_cache_find(rxh, (const struct ip *) bp2,
434 rx_print(register const u_char *bp, int length, int sport, int dport, u_char *bp2) argument
H A Dprint-udp.c421 register const u_char *bp2, int fragmented)
435 ip = (struct ip *)bp2;
438 ip6 = (struct ip6_hdr *)bp2;
620 isakmp_print(gndo, (const u_char *)(up + 1), length, bp2);
622 isakmp_rfc3948_print(gndo, (const u_char *)(up + 1), length, bp2);
625 isakmp_print(gndo, (const u_char *)(up + 1), length, bp2);
420 udp_print(register const u_char *bp, u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-icmp.c334 icmp_print(const u_char *bp, u_int plen, const u_char *bp2, int fragmented) argument
352 ip = (struct ip *)bp2;
H A Dprint-isakmp.c178 cookie_record(cookie_t *in, const u_char *bp2) argument
194 ip = (struct ip *)bp2;
222 ip6 = (struct ip6_hdr *)bp2;
247 cookie_sidecheck(int i, const u_char *bp2, int initiator) argument
260 ip = (struct ip *)bp2;
272 ip6 = (struct ip6_hdr *)bp2;
1281 const u_char *bp2)
1334 if (bp2)
1335 cookie_record(&base.i_ck, bp2);
1339 if (bp2
1279 isakmp_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
1393 isakmp_rfc3948_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
[all...]
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
56 (void)static_cast<A_ptr_2>(bp2);
73 (void)static_cast<A_ptr>(bp2); // expected-error{{is not allowed}}
75 (void)static_cast<A_ptr_1>(bp2); // expected-error{{is not allowed}}
103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
107 (void)dynamic_cast<A_ptr_2>(bp2);
116 (void)dynamic_cast<A_ptr>(bp2); // expected-error{{casts away qualifiers}}
118 (void)dynamic_cast<A_ptr_1>(bp2); // expected-error{{casts away qualifiers}}
133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2,
140 (void)reinterpret_cast<A_ptr>(bp2);
50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]
/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc2301 Operand bp2 = Operand(rbp, -2 * kPointerSize); local
2304 __ movl(rdx, bp2); // Sanity check.
2310 __ movl(rdx, Operand(bp2, 2 * kPointerSize));
2315 __ movl(rdx, Operand(bp2, -2 * kPointerSize));
H A Dtest-debug.cc1133 int bp2 = SetBreakPoint(bar, 0); local
1143 ClearBreakPoint(bp2);
1524 int bp2 = SetBreakPointFromJS("foo", 0, 9); local
1531 ClearBreakPointFromJS(bp2);
1547 CHECK_EQ(2, bp2);
/external/opencv/cv/src/
H A Dcvcontourtree.cpp78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
210 &ap2, &bp2 ));
359 bp2 = bp1;
/external/ipsec-tools/src/racoon/
H A Doakley.c849 char *p, *bp2; local
897 bp2 = (sw == GENERATE ?
900 bp2 = (sw == GENERATE ?
903 memcpy(p, bp2, bl);
907 bp2 = (sw == GENERATE ?
910 bp2 = (sw == GENERATE ?
913 memcpy(p, bp2, bl);

Completed in 232 milliseconds