Home | History | Annotate | Download | only in libpcap

Lines Matching refs:dlt

556 	int	dlt;
818 dlt_to_linktype(int dlt)
822 for (i = 0; map[i].dlt != -1; i++) {
823 if (map[i].dlt == dlt)
842 return (map[i].dlt);