Home
last modified time | relevance | path

Searched refs:wltdev (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-bpf.c1893 char *wltdev = NULL; local
2019 wltdev = malloc(strlen(p->opt.device) + 2);
2020 if (wltdev == NULL) {
2027 strcpy(wltdev, "wlt");
2028 strcat(wltdev, p->opt.device + 2);
2030 p->opt.device = wltdev;