Home | History | Annotate | Download | only in libpcap

Lines Matching refs:dlt_list

804 		p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
808 if (p->dlt_list != NULL) {
809 p->dlt_list[0] = DLT_EN10MB;
810 p->dlt_list[1] = DLT_DOCSIS;
960 if (p->dlt_list != NULL)
961 free(p->dlt_list);