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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dpcap_user.h9 char *host_if; member in struct:pcap_data
H A Dpcap_kern.c14 char *host_if; member in struct:pcap_init
28 ppri->host_if = init->host_if;
33 printk("pcap backend, host interface %s\n", ppri->host_if);
63 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; local
67 { .host_if = "eth0",
72 remain = split_if_spec(str, &host_if, &init->filter,
80 if(host_if != NULL)
81 init->host_if = host_if;
[all...]
H A Dpcap_user.c28 p = pcap_open_live(pri->host_if, MAX_PACKET, pri->promisc, 0, errors);

Completed in 49 milliseconds