Searched refs:DLT_NULL (Results 1 – 9 of 9) sorted by relevance
123 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) { in pcap_read_snoop()310 p->linktype = DLT_NULL; in pcap_activate_snoop()
119 #define LINKTYPE_NULL DLT_NULL1041 { DLT_NULL, LINKTYPE_NULL },
854 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) { in pcap_can_set_rfmon_bpf()2083 v = DLT_NULL;
1008 p->linktype = DLT_NULL; in pcap_activate_win32()
575 - Fix endian problem with DLT_NULL devices. From FreeBSD via Bill712 - DLT_NULL has a 4 byte family header. Thanks to Jeffrey Honig
1130 case DLT_NULL: in init_linktype()2013 if (cstate->linktype == DLT_NULL || cstate->linktype == DLT_ENC) { in gen_loopback_linktype()3193 case DLT_NULL: in gen_linktype()
56 DLT_CHOICE(DLT_NULL, "BSD loopback"),
66 #define DLT_NULL 0 /* BSD loopback encapsulation */ macro
78 { null_if_print, DLT_NULL },