Lines Matching defs:bp
1547 u_char *bp;
1602 bp = handle->buffer + handle->offset;
1614 iov.iov_base = bp + offset;
1636 handle->fd, bp + offset,
1709 hdrp = (struct sll_header *)bp;
1746 bp -= VLAN_TAG_LEN;
1747 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);
1749 tag = (struct vlan_tag *)(bp + handlep->vlan_offset);
1802 if (bpf_filter_with_aux_data(handle->fcode.bf_insns, bp,
1879 callback(userdata, &pcap_header, bp);
4471 unsigned char *bp;
4493 bp = frame + tp_mac;
4507 bp -= SLL_HDR_LEN;
4516 if (bp < (u_char *)frame +
4527 hdrp = (struct sll_header *)bp;
4542 if (bpf_filter_with_aux_data(handle->fcode.bf_insns, bp,
4570 bp -= VLAN_TAG_LEN;
4571 memmove(bp, bp + VLAN_TAG_LEN, handlep->vlan_offset);
4573 tag = (struct vlan_tag *)(bp + handlep->vlan_offset);
4595 callback(user, &pcaphdr, bp);