Home | History | Annotate | Download | only in libpcap

Lines Matching refs:dlt_list

1120 		handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
1124 if (handle->dlt_list != NULL) {
1125 handle->dlt_list[0] = DLT_EN10MB;
1126 handle->dlt_list[1] = DLT_DOCSIS;
1487 if (handle->dlt_list != NULL) {
1488 free(handle->dlt_list);
1489 handle->dlt_list = NULL;
1590 if (handle->dlt_list != NULL)
1591 free(handle->dlt_list);