Searched refs:sll_hatype (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dsll.h87 u_int16_t sll_hatype; /* link-layer address type */ member in struct:sll_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dsll.h87 u_int16_t sll_hatype; /* link-layer address type */ member in struct:sll_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_packet.h16 unsigned short sll_hatype; member in struct:sockaddr_ll
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c56 ah->ar_hrd = htons(ME->sll_hatype);
147 if (ah->ar_hrd != htons(FROM->sll_hatype)
148 && (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c101 ah->ar_hrd = htons(ME->sll_hatype);
211 if (ah->ar_hrd != htons(FROM->sll_hatype) &&
212 (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER)))
H A Drarpd.c479 if (htons(sll.sll_hatype) != a->ar_hrd) {
480 switch (sll.sll_hatype) {
510 rmap = rarp_lookup(sll.sll_ifindex, sll.sll_hatype,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c242 sll->sll_hatype = ARPHRD_ETHER;
244 sll->sll_hatype = ETH_ALEN;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c127 *htype = me.sll_hatype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diplink.c215 *htype = me.sll_hatype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c1525 hdrp->sll_hatype = htons(from.sll_hatype);
3929 hdrp->sll_hatype = htons(sll->sll_hatype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c614 ((struct sockaddr_ll *) *sap)->sll_hatype =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c595 sll->sll_hatype = dev->type;
780 sll->sll_hatype = dev->type;
1742 sll->sll_hatype = dev->type;
1746 sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c614 ((struct sockaddr_ll *) *sap)->sll_hatype =

Completed in 117 milliseconds