Searched refs:host_if (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/um/drivers/
H A Dpcap_user.h9 char *host_if; member in struct:pcap_data
H A Dpcap_kern.c12 char *host_if; member in struct:pcap_init
26 ppri->host_if = init->host_if;
31 printk("pcap backend, host interface %s\n", ppri->host_if);
56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; local
60 { .host_if = "eth0",
65 remain = split_if_spec(str, &host_if, &init->filter,
73 if (host_if != NULL)
74 init->host_if = host_if;
[all...]
H A Dpcap_user.c22 p = pcap_open_live(pri->host_if, ETH_MAX_PACKET + ETH_HEADER_OTHER,

Completed in 361 milliseconds