Searched refs:arptype (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | pcap-linux.c | 2614 unsigned int arptype; local 2662 if (fscanf(fh, "%u", &arptype) == 1) { 2666 switch (arptype) { 3126 static void map_arphrd_to_dlt(pcap_t *handle, int sock_fd, int arptype, argument 3131 switch (arptype) { 3576 int sock_fd = -1, arptype; local 3684 arptype = iface_get_arptype(sock_fd, device, handle->errbuf); 3685 if (arptype < 0) { 3687 return arptype; 3689 map_arphrd_to_dlt(handle, sock_fd, arptype, device, 1); [all …]
|
/external/libnl/python/netlink/route/ |
D | link.py | 311 def arptype(self): member in Link 316 @arptype.setter 317 def arptype(self, value): member in Link
|
/external/libnl/lib/route/ |
D | link.c | 967 __ADD(LINK_ATTR_ARPTYPE, arptype) 1854 void rtnl_link_set_arptype(struct rtnl_link *link, unsigned int arptype) in rtnl_link_set_arptype() argument 1856 link->l_arptype = arptype; in rtnl_link_set_arptype()
|
/external/libnl/doc/ |
D | route.txt | 566 void rtnl_link_set_arptype(struct rtnl_link *link, unsigned int arptype); 576 char *nl_llproto2str(int arptype, char *buf, size_t len);
|