Home
last modified time | relevance | path

Searched refs:sll_hatype (Results 1 – 11 of 11) sorted by relevance

/external/tcpdump/
Dsll.h87 u_int16_t sll_hatype; /* link-layer address type */ member
/external/libpcap/pcap/
Dsll.h87 u_int16_t sll_hatype; /* link-layer address type */ member
/external/dhcpcd/
Difaddrs.c85 hwaddr->sll_hatype = ARPHRD_ETHER; in get_interface()
Dlpf.c149 su.sll.sll_hatype = htons(iface->family); in send_raw_packet()
Dnet.c481 ifp->family = sdl_type = sll->sll_hatype; in discover_interfaces()
/external/iputils/
Drarpd.c479 if (htons(sll.sll_hatype) != a->ar_hrd) { in serve_it()
480 switch (sll.sll_hatype) { in serve_it()
510 rmap = rarp_lookup(sll.sll_ifindex, sll.sll_hatype, in serve_it()
Darping.c279 ah->ar_hrd = htons(ME->sll_hatype); in send_pack()
397 if (ah->ar_hrd != htons(FROM->sll_hatype) && in recv_pack()
398 (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER))) in recv_pack()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h16 unsigned short sll_hatype; member
/external/libpcap/
Dpcap-linux.c1622 hdrp->sll_hatype = htons(from.sll_hatype);
4257 hdrp->sll_hatype = htons(sll->sll_hatype);
/external/strace/
Dnet.c279 addrbuf.ll.sll_hatype); in printsock()
/external/iproute2/ip/
Diplink.c743 *htype = me.sll_hatype; in get_address()