HomeSort by: relevance | last modified time | path
    Searched refs:bp2 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/tcpdump/dist/
print-frag6.c 39 frag6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2)
46 ip6 = (const struct ip6_hdr *)bp2;
52 if ((bp - bp2) + sizeof(struct ip6_frag) >
58 (bp - bp2) - sizeof(struct ip6_frag));
print-sunrpc.c 162 u_int length, const u_char *bp2)
184 switch (IP_V((const struct ip *)bp2)) {
186 ip = (const struct ip *)bp2;
192 ip6 = (const struct ip6_hdr *)bp2;
print-vrrp.c 111 const u_char *bp2, int ttl,
157 cksum = nextproto4_cksum(ndo, (const struct ip *)bp2, bp,
160 cksum = nextproto6_cksum(ndo, (const struct ip6_hdr *)bp2, bp,
print-rt6.c 40 rt6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2 _U_)
print-pim.c 458 const u_char *bp, u_int len, const u_char *bp2)
479 pimv2_print(ndo, bp, len, bp2);
659 const u_char *bp2, u_int len)
668 ip = (const struct ip *)bp2;
679 ip6 = (const struct ip6_hdr *)bp2;
689 const u_char *bp, u_int len, const u_char *bp2)
724 cksum_status = pimv2_check_checksum(ndo, bp, bp2, 8);
732 cksum_status = pimv2_check_checksum(ndo, bp, bp2, len);
738 cksum_status = pimv2_check_checksum(ndo, bp, bp2, len);
print-isakmp.c 631 const u_char *bp2, const struct isakmp *base);
767 cookie_record(netdissect_options *ndo, const cookie_t *in, const u_char *bp2)
779 ip = (const struct ip *)bp2;
789 ip6 = (const struct ip6_hdr *)bp2;
806 cookie_sidecheck(netdissect_options *ndo, int i, const u_char *bp2, int initiator)
811 ip = (const struct ip *)bp2;
827 ip6 = (const struct ip6_hdr *)bp2;
2822 const u_char *bp2, const struct isakmp *base)
2845 if (bp2)
2846 cookie_record(ndo, &base->i_ck, bp2);
    [all...]
print-udp.c 373 const u_char *bp2, int fragmented, u_int ttl_hl)
385 ip = (const struct ip *)bp2;
387 ip6 = (const struct ip6_hdr *)bp2;
502 pgm_print(ndo, cp, length, bp2);
622 isakmp_print(ndo, cp, length, bp2);
650 isakmp_rfc3948_print(ndo, cp, length, bp2, IP_V(ip), fragmented, ttl_hl);
652 isakmp_print(ndo, cp, length, bp2);
print-sctp.c 456 const u_char *bp2, /* beginning of enclosing */
484 ip = (const struct ip *)bp2;
486 ip6 = (const struct ip6_hdr *)bp2;
print-esp.c 738 const u_char *bp2 USED_IF_LIBCRYPTO,
784 ip = (const struct ip *)bp2;
787 ip6 = (const struct ip6_hdr *)bp2;
926 ttl_hl, nh, bp2);
print-pgm.c 152 const u_char *bp2)
166 ip = (const struct ip *)bp2;
168 ip6 = (const struct ip6_hdr *)bp2;
print-mobility.c 208 const u_char *bp, const u_char *bp2 _U_)
print-pfsync.c 109 pfsync_ip_print(netdissect_options *ndo, const u_char *bp, u_int len, const u_char *bp2 __unused)
print-nfs.c 338 const u_char *bp2)
355 nfsaddr_print(ndo, bp2, srcid, dstid);
357 nfsreply_noaddr_print(ndo, bp, length, bp2);
364 const u_char *bp2)
382 if (xid_map_find(ndo, rp, bp2, &proc, &vers) >= 0)
570 const u_char *bp2)
584 if (!xid_map_enter(ndo, rp, bp2)) /* record proc number for later on */
print-icmp.c 318 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2,
341 ip = (const struct ip *)bp2;
print-tcp.c 163 const u_char *bp2, int fragmented)
180 ip = (const struct ip *)bp2;
182 ip6 = (const struct ip6_hdr *)bp2;
print-rx.c 533 const u_char *bp2)
603 rx_cache_insert(ndo, bp, (const struct ip *) bp2, dport);
642 rx_cache_find(ndo, rxh, (const struct ip *) bp2,
  /src/sys/fs/cd9660/
cd9660_node.c 150 struct buf *bp2 = NULL; local
170 NULL, &bp2);
171 bp = bp2;
200 if (bp2)
201 brelse(bp2, 0);
211 struct buf *bp2 = NULL; local
220 NULL, &bp2);
221 bp = bp2;
241 if (bp2)
242 brelse(bp2, 0)
    [all...]
cd9660_vfsops.c 842 struct buf *bp2; local
846 NULL, &bp2);
848 bp2 = NULL;
849 cd9660_defattr(isodir, ip, bp2);
850 cd9660_deftstamp(isodir, ip, bp2);
851 if (bp2)
852 brelse(bp2, 0);
  /src/sbin/efi/
devpath.h 74 aconcat(char *bp1, const char *sep, char *bp2)
78 easprintf(&bp, "%s%s%s", bp1, sep, bp2);
80 free(bp2);
  /src/sys/sys/
buf.h 252 #define BIO_COPYPRIO(bp1, bp2) BIO_SETPRIO(bp1, BIO_GETPRIO(bp2))
  /src/bin/csh/
func.c 78 struct biltins *bp, *bp1, *bp2; local
97 * Binary search Bp1 is the beginning of the current search range. Bp2 is
100 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) {
103 bp = bp1 + ((bp2 - bp1) >> 1);
108 bp2 = bp;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 463 #define BP_EQUAL(bp1, bp2) \
464 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
465 (bp1)->blk_birth == (bp2)->blk_birth && \
466 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \
467 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \
468 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))
  /src/sbin/brconfig/
brconfig.c 350 struct ifbrparam bp1, bp2; local
370 if (do_cmd(sock, bridge, BRDGGTO, &bp2, sizeof(bp2), 0) < 0)
374 bp1.ifbrp_csize, bp2.ifbrp_ctime);
  /src/sys/ufs/lfs/
lfs_accessors.h 1477 lfs_blocks_eq(STRUCT_LFS *fs, union lfs_blocks *bp1, union lfs_blocks *bp2)
1480 return bp1->b64 == bp2->b64;
1482 return bp1->b32 == bp2->b32;
1487 lfs_blocks_sub(STRUCT_LFS *fs, union lfs_blocks *bp1, union lfs_blocks *bp2)
1491 return bp1->b64 - bp2->b64;
1493 return bp1->b32 - bp2->b32;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
operations.d 1964 enum bp2 = extractBitpattern(r2);
1965 static assert(bp2.mantissa == 0xffff_ffff_ffff_ffffL);
1966 static assert(bp2.exponent == 16383);
1967 static assert(bp2.negative == false);

Completed in 82 milliseconds

1 2