Searched refs:DLT_PPP_SERIAL (Results 1 – 9 of 9) sorted by relevance
74 #ifdef DLT_PPP_SERIAL75 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
220 #ifdef DLT_PPP_SERIAL221 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
571 (p->linktype != DLT_PPP_SERIAL) && in dag_read()587 (p->linktype != DLT_PPP_SERIAL) && in dag_read()1307 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;1352 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1256 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
1059 p->linktype = DLT_PPP_SERIAL; in pcap_activate_npf()
1261 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */ in init_linktype()3278 case DLT_PPP_SERIAL: in gen_linktype()
152 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
14 from scapy.data import DLT_PPP, DLT_PPP_SERIAL, DLT_PPP_ETHER718 conf.l2types.register(DLT_PPP_SERIAL, HDLC)
72 DLT_PPP_SERIAL = 50 variable