Lines Matching refs:dlt_list
2757 handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
2761 if (handle->dlt_list != NULL) {
2762 handle->dlt_list[0] = DLT_EN10MB;
2763 handle->dlt_list[1] = DLT_DOCSIS;
3054 handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
3058 if (handle->dlt_list != NULL) {
3059 handle->dlt_list[0] = DLT_FC_2;
3060 handle->dlt_list[1] = DLT_FC_2_WITH_FRAME_DELIMS;
3061 handle->dlt_list[2] = DLT_IP_OVER_FC;
3306 if (handle->dlt_list != NULL) {
3307 free(handle->dlt_list);
3308 handle->dlt_list = NULL;