Lines Matching defs:arptype
1620 unsigned int arptype;
1668 if (fscanf(fh, "%u", &arptype) == 1) {
1672 switch (arptype) {
1871 static int map_arphrd_to_dlt(pcap_t *handle, int arptype,
1876 switch (arptype) {
2330 int sock_fd, arptype;
2443 arptype = iface_get_arptype(sock_fd, device, handle->errbuf);
2444 if (arptype < 0) {
2446 return arptype;
2448 status = map_arphrd_to_dlt(handle, arptype, device, 1);
2514 "arptype %d not "
2518 arptype);