Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c2614 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/
Dlink.py311 def arptype(self): member in Link
316 @arptype.setter
317 def arptype(self, value): member in Link
/external/libnl/lib/route/
Dlink.c967 __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/
Droute.txt566 void rtnl_link_set_arptype(struct rtnl_link *link, unsigned int arptype);
576 char *nl_llproto2str(int arptype, char *buf, size_t len);