Lines Matching defs:new_dlt
1898 int new_dlt;
2399 new_dlt = find_802_11(&bdl);
2400 if (new_dlt != -1) {
2404 * new_dlt is the best of the 802.11
2421 if ((u_int)new_dlt != v) {
2423 &new_dlt) != -1) {
2429 v = new_dlt;
2483 new_dlt = find_802_11(&bdl);
2484 if (new_dlt != -1) {
2487 * new_dlt is the best of the 802.11
2493 if ((u_int)new_dlt != v) {
2494 if (ioctl(p->fd, BIOCSDLT, &new_dlt) != -1) {
2499 v = new_dlt;
3274 int new_dlt;
3281 new_dlt = -1;
3293 if (new_dlt == -1)
3294 new_dlt = bdlp->bfl_list[i];
3310 if (new_dlt != DLT_IEEE802_11_RADIO)
3311 new_dlt = bdlp->bfl_list[i];
3320 new_dlt = bdlp->bfl_list[i];
3331 return (new_dlt);