Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c1761 char *wltdev = NULL; local
1936 wltdev = malloc(strlen(p->opt.device) + 2);
1937 if (wltdev == NULL) {
1944 strcpy(wltdev, "wlt");
1945 strcat(wltdev, p->opt.device + 2);
1947 p->opt.device = wltdev;