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

/external/libnl/lib/route/
H A Dlink.c730 __ADD(LINK_ATTR_ARPTYPE, arptype)
1256 void rtnl_link_set_arptype(struct rtnl_link *link, unsigned int arptype) argument
1258 link->l_arptype = arptype;
/external/libpcap/
H A Dpcap-linux.c2609 static void map_arphrd_to_dlt(pcap_t *handle, int arptype, int cooked_ok) argument
2611 switch (arptype) {
3001 int sock_fd = -1, arptype; local
3105 arptype = iface_get_arptype(sock_fd, device, handle->errbuf);
3106 if (arptype < 0) {
3108 return arptype;
3110 map_arphrd_to_dlt(handle, arptype, 1);
3171 "arptype %d not "
3175 arptype);
5556 int arptype; local
[all...]

Completed in 266 milliseconds