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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c2470 static void map_arphrd_to_dlt(pcap_t *handle, int arptype, int cooked_ok) argument
2472 switch (arptype) {
2791 int sock_fd = -1, arptype; local
2895 arptype = iface_get_arptype(sock_fd, device, handle->errbuf);
2896 if (arptype < 0) {
2898 return arptype;
2900 map_arphrd_to_dlt(handle, arptype, 1);
2961 "arptype %d not "
2965 arptype);
4958 int arptype; local
[all...]

Completed in 110 milliseconds