Searched refs:bp2 (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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.c86 register const u_char *bp2)
108 switch (IP_V((struct ip *)bp2)) {
110 ip = (struct ip *)bp2;
117 ip6 = (struct ip6_hdr *)bp2;
85 sunrpcrequest_print(register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-rt6.c44 rt6_print(register const u_char *bp, const u_char *bp2 _U_)
H A Dprint-sctp.c86 const u_char *bp2, /* beginning of enclosing */
108 ip = (struct ip *)bp2;
111 ip6 = (const struct ip6_hdr *)bp2;
85 sctp_print(const u_char *bp, const u_char *bp2, u_int sctpPacketLength) argument
H A Dprint-esp.c517 const u_char *bp, const int length, const u_char *bp2
589 ip = (struct ip *)bp2;
593 ip6 = (struct ip6_hdr *)bp2;
643 if (ep - bp2 < len)
645 if (ep - bp2 > len) {
647 ep = bp2 + len;
H A Dprint-udp.c360 register const u_char *bp2, int fragmented)
374 ip = (struct ip *)bp2;
377 ip6 = (struct ip6_hdr *)bp2;
584 isakmp_print(gndo, (const u_char *)(up + 1), length, bp2);
586 isakmp_rfc3948_print(gndo, (const u_char *)(up + 1), length, bp2);
589 isakmp_print(gndo, (const u_char *)(up + 1), length, bp2);
359 udp_print(register const u_char *bp, u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-igrp.c80 igrp_print(register const u_char *bp, u_int length, const u_char *bp2 _U_)
H A Dprint-isakmp.c130 const u_char *bp2, struct isakmp *base);
259 cookie_record(cookie_t *in, const u_char *bp2) argument
275 ip = (struct ip *)bp2;
303 ip6 = (struct ip6_hdr *)bp2;
328 cookie_sidecheck(int i, const u_char *bp2, int initiator) argument
341 ip = (struct ip *)bp2;
353 ip6 = (struct ip6_hdr *)bp2;
2220 const u_char *bp2, struct isakmp *base)
2242 if (bp2)
2243 cookie_record(&base->i_ck, bp2);
2218 ikev1_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2, struct isakmp *base) argument
2450 isakmp_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
2512 isakmp_rfc3948_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
[all...]
H A Dnetdissect.h286 register const u_char *bp, int len, register const u_char *bp2,
300 const u_char *bp2);
417 const u_char *bp, const u_char *bp2,
H A Dprint-pgm.c159 register const u_char *bp2)
178 ip = (struct ip *)bp2;
181 ip6 = (struct ip6_hdr *)bp2;
158 pgm_print(register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-tcp.c138 register const u_char *bp2, int fragmented)
154 ip = (struct ip *)bp2;
157 ip6 = (struct ip6_hdr *)bp2;
137 tcp_print(register const u_char *bp, register u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-nfs.c287 register const u_char *bp2)
310 print_nfsaddr(bp2, srcid, dstid);
317 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
504 register const u_char *bp2)
528 print_nfsaddr(bp2, srcid, dstid);
531 if (!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
503 nfsreq_print(register const u_char *bp, u_int length, register const u_char *bp2) argument
H A Dprint-icmp.c334 icmp_print(const u_char *bp, u_int plen, const u_char *bp2, int fragmented) argument
353 ip = (struct ip *)bp2;
H A Dprint-mobility.c171 mobility_print(const u_char *bp, const u_char *bp2 _U_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra144.c1551 int *bp2 = buffer2; local
1556 refl[LPC_ORDER-1] = bp2[LPC_ORDER-1];
1558 if ((unsigned) bp2[LPC_ORDER-1] + 0x1000 > 0x1fff) {
1564 b = 0x1000-((bp2[i+1] * bp2[i+1]) >> 12);
1572 int a = bp2[j] - ((refl[i+1] * bp2[i-j]) >> 12);
1576 bp1[j] = ((bp2[j] - ((refl[i+1] * bp2[i-j]) >> 12)) * b) >> 12;
1584 FFSWAP(int *, bp1, bp2);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dra144.c1550 int *bp2 = buffer2; local
1555 refl[LPC_ORDER-1] = bp2[LPC_ORDER-1];
1557 if ((unsigned) bp2[LPC_ORDER-1] + 0x1000 > 0x1fff) {
1563 b = 0x1000-((bp2[i+1] * bp2[i+1]) >> 12);
1569 bp1[j] = ((bp2[j] - ((refl[i+1] * bp2[i-j]) >> 12)) * (0x1000000 / b)) >> 12;
1576 FFSWAP(int *, bp1, bp2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjxref.pl54 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
56 return $ap2 - $bp2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobjxref.pl54 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
56 return $ap2 - $bp2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Darbiter.c303 intr_mask.bp2 = regk_marb_yes;
337 intr_mask.bp2 = regk_marb_no;
360 .bp0 = 1, .bp1 = 1, .bp2 = 1, .bp3 = 1
370 } else if (masked_intr.bp2) {
372 ack_intr.bp2 = regk_marb_yes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Dmarb_defs.h118 unsigned int bp2 : 1; member in struct:__anon8629
129 unsigned int bp2 : 1; member in struct:__anon8630
140 unsigned int bp2 : 1; member in struct:__anon8631
150 unsigned int bp2 : 1; member in struct:__anon8632
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dmarb_bar_defs.h169 unsigned int bp2 : 1; member in struct:__anon8928
180 unsigned int bp2 : 1; member in struct:__anon8929
191 unsigned int bp2 : 1; member in struct:__anon8930
201 unsigned int bp2 : 1; member in struct:__anon8931
H A Dmarb_foo_defs.h250 unsigned int bp2 : 1; member in struct:__anon8961
261 unsigned int bp2 : 1; member in struct:__anon8962
272 unsigned int bp2 : 1; member in struct:__anon8963
282 unsigned int bp2 : 1; member in struct:__anon8964
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dmarb_defs.h118 unsigned int bp2 : 1; member in struct:__anon9135
129 unsigned int bp2 : 1; member in struct:__anon9136
140 unsigned int bp2 : 1; member in struct:__anon9137
150 unsigned int bp2 : 1; member in struct:__anon9138
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Darbiter.c535 .bp0 = 1, .bp1 = 1, .bp2 = 1, .bp3 = 1
546 else if (masked_intr.bp2)
591 .bp0 = 1, .bp1 = 1, .bp2 = 1, .bp3 = 1
602 else if (masked_intr.bp2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c842 xfs_dabuf_t *bp1, *bp2; local
847 bp1 = bp2 = NULL;
856 bp2 = NULL;
857 error = xfs_da_get_buf(args->trans, args->dp, blkno, -1, &bp2,
861 ASSERT(bp2 != NULL);
862 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount));
865 xfs_da_log_buf(args->trans, bp2, 0, XFS_LBSIZE(dp->i_mount) - 1);
874 leaf = bp2->data;
886 if (bp2)
887 xfs_da_buf_done(bp2);
2555 xfs_dabuf_t *bp1, *bp2; local
[all...]

Completed in 106 milliseconds

12