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...]
pcap-int.h 147 * per-linktype maximum snapshot length. Other code might naively
270 int linktype; /* Network linktype */ member in struct:pcap
271 int linktype_ext; /* Extended information stored in the linktype field of a file */
519 bpf_u_int32 pcapint_adjust_snapshot(bpf_u_int32 linktype, bpf_u_int32 snaplen);
rpcap-protocol.h 284 int32 linktype; /* Link type */ member in struct:rpcap_openreply
pcap-linux.c 976 switch (handle->linktype) {
1207 handle->linktype = dlt;
1860 * constant, as arguments, and sets "handle->linktype" to the
1897 handle->linktype = DLT_RAW;
1933 * device linktype is already set by
1958 handle->linktype = DLT_EN10MB;
1963 handle->linktype = DLT_EN3MB;
1967 handle->linktype = DLT_AX25_KISS;
1971 handle->linktype = DLT_PRONET;
1975 handle->linktype = DLT_CHAOS
5277 bpf_u_int32 linktype; member in struct:dsa_proto
    [all...]
gencode.c 169 (cs)->prevlinktype = (cs)->linktype; \
171 (cs)->linktype = (new_linktype); \
249 int linktype; member in struct:_compiler_state
1158 cstate->linktype = cstate->outermostlinktype;
1206 switch (cstate->linktype) {
1717 if (cstate->linktype >= DLT_HIGH_MATCHING_MIN &&
1718 cstate->linktype <= DLT_HIGH_MATCHING_MAX) {
1725 cstate->linktype, DLT_HIGH_MATCHING_MIN, DLT_HIGH_MATCHING_MAX);
2151 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 44 milliseconds