HomeSort by: relevance | last modified time | path
    Searched defs:linktype (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sf-pcap.c 285 hdr.linktype = SWAPLONG(hdr.linktype);
313 if (LT_RESERVED1(hdr.linktype) != 0) {
315 "savefile linktype reserved field not zero (0x%08x)",
316 LT_RESERVED1(hdr.linktype));
334 p->linktype = linktype_to_dlt(LT_LINKTYPE(hdr.linktype));
335 p->linktype_ext = LT_LINKTYPE_EXT(hdr.linktype);
336 p->snapshot = pcapint_adjust_snapshot(p->linktype, hdr.snaplen);
442 if (p->linktype == DLT_EN10MB)
911 int linktype; local
996 int linktype; local
1014 int linktype; local
    [all...]
sf-pcapng.c 115 u_short linktype; member in struct:interface_description_block
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);
    [all...]
rpcap-protocol.h 284 int32 linktype; /* Link type */ member in struct:rpcap_openreply
pcap-int.h 165 * per-linktype maximum snapshot length. Other code might naively
288 int linktype; /* Network linktype */ member in struct:pcap
289 int linktype_ext; /* Extended information stored in the linktype field of a file */
545 bpf_u_int32 pcapint_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen);
pcap-linux.c 1115 switch (handle->linktype) {
1346 handle->linktype = dlt;
1997 * constant, as arguments, and sets "handle->linktype" to the
2034 handle->linktype = DLT_RAW;
2070 * device, linktype is already set by
2095 handle->linktype = DLT_EN10MB;
2100 handle->linktype = DLT_EN3MB;
2104 handle->linktype = DLT_AX25_KISS;
2108 handle->linktype = DLT_PRONET;
2112 handle->linktype = DLT_CHAOS
5478 bpf_u_int32 linktype; member in struct:dsa_proto
    [all...]
gencode.c 166 (cs)->prevlinktype = (cs)->linktype; \
168 (cs)->linktype = (new_linktype); \
266 int linktype; member in struct:_compiler_state
1186 cstate->linktype = cstate->outermostlinktype;
1234 switch (cstate->linktype) {
1822 if (cstate->linktype >= DLT_HIGH_MATCHING_MIN &&
1823 cstate->linktype <= DLT_HIGH_MATCHING_MAX) {
1830 cstate->linktype);
2256 if (cstate->linktype == DLT_NULL || cstate->linktype == DLT_ENC)
    [all...]
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 184 * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
218 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member in struct:pcap_file_header
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_windows.c 344 la_linkname_from_handle(HANDLE h, wchar_t **linkname, int *linktype)
410 *linktype = AE_SYMLINK_TYPE_FILE;
412 *linktype = AE_SYMLINK_TYPE_DIRECTORY;
421 la_linkname_from_pathw(const wchar_t *path, wchar_t **outbuf, int *linktype)
446 ret = la_linkname_from_handle(h, outbuf, linktype);
456 int ret, linktype; local
458 ret = la_linkname_from_pathw(path, &linkname, &linktype);
461 if (linktype >= 0) {
463 archive_entry_set_symlink_type(entry, linktype);
  /src/sys/dev/pci/
pci_subr.c 3279 unsigned char nent, linktype; local
3299 linktype = reg & PCI_RCLINK_DCL_LINKDESC_LTYPE;
3311 if (linktype == 0) {

Completed in 77 milliseconds