Searched refs:DLT_LOOP (Results 1 – 8 of 8) sorted by relevance
1335 #if DLT_LOOP != LINKTYPE_LOOP in dlt_to_linktype()1337 if (dlt == DLT_LOOP) in dlt_to_linktype()1490 #if LINKTYPE_LOOP != DLT_LOOP in linktype_to_dlt()1493 return (DLT_LOOP); in linktype_to_dlt()
1245 case DLT_LOOP: in init_linktype()3374 case DLT_LOOP: in gen_linktype()
1313 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
87 #ifdef DLT_LOOP88 DLT_CHOICE(DLT_LOOP, "OpenBSD loopback"),
311 #define DLT_LOOP 12 macro313 #define DLT_LOOP 108 macro
285 #define DLT_LOOP 12 macro287 #define DLT_LOOP 108 macro
183 #ifdef DLT_LOOP184 { null_if_print, DLT_LOOP },
262 * OpenBSD DLT_LOOP, for loopback devices; it's like DLT_NULL, except267 * define DLT_LOOP as 12 in its version, as per the comment above -270 #define DLT_LOOP 108 macro