Lines Matching defs:linktype
115 u_short linktype;
1027 idbp->linktype = SWAPSHORT(idbp->linktype);
1060 p->linktype = linktype_to_dlt(idbp->linktype);
1061 p->snapshot = pcapint_adjust_snapshot(p->linktype, idbp->snaplen);
1069 if (MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype)) > ps->max_blocksize)
1070 ps->max_blocksize = MAX_BLOCKSIZE_FOR_SNAPLEN(max_snaplen_for_dlt(p->linktype));
1238 idbp->linktype = SWAPSHORT(idbp->linktype);
1250 if (p->linktype != idbp->linktype) {
1253 idbp->linktype);
1262 pcapint_adjust_snapshot(p->linktype, idbp->snaplen)) {
1513 pcapint_post_process(p->linktype, p->swapped, hdr, *data);