Searched refs:sll_protocol (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dsll.h90 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
106 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
H A Dprint-sll.c69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
145 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dsll.h90 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
106 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dclientsocket.c47 sock.sll_protocol = htons(ETH_P_IP);
H A Dpacket.c128 dest.sll_protocol = htons(ETH_P_IP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_packet.h14 __be16 sll_protocol; member in struct:sockaddr_ll
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dsocket.c147 sock.sll_protocol = htons(ETH_P_IP);
H A Dpacket.c135 dest.sll_protocol = htons(ETH_P_IP);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dsocket.c147 sock.sll_protocol = htons(ETH_P_IP);
H A Dpacket.c134 dest.sll_protocol = htons(ETH_P_IP);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c119 me.sll_protocol = htons(ETH_P_LOOP);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drarpd.c638 sll.sll_protocol = htons(ETH_P_ARP);
650 sll.sll_protocol = htons(ETH_P_RARP);
H A Darping.c459 me.sll_protocol = htons(ETH_P_ARP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diplink.c201 me.sll_protocol = htons(ETH_P_LOOP);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c337 me.sll_protocol = htons(ETH_P_ARP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/packet/
H A Daf_packet.c596 sll->sll_protocol = skb->protocol;
781 sll->sll_protocol = skb->protocol;
971 proto = saddr->sll_protocol;
1122 proto = saddr->sll_protocol;
1428 err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num);
1737 sll->sll_protocol = po->num;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c241 sll->sll_protocol= ntohs(ETH_P_PPP_DISC);
H A Dutils.c369 switch ((unsigned) ntohs (p->addr.sll_protocol)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c224 sll.sll_protocol = htons(ETH_P_ARP);
762 sll.sll_protocol = htons(ETH_P_ARP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c629 sa.sll_protocol = htons(ETH_P_IP); /* ETH_P_PPP_MP */
986 sll.sll_protocol = htons(ETH_P_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c1531 hdrp->sll_protocol = from.sll_protocol;
3932 hdrp->sll_protocol = sll->sll_protocol;
4084 sll.sll_protocol = htons(ETH_P_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c363 dest.sll_protocol = htons(ETHERTYPE_IP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c476 sa.sll_protocol = htons(ETH_P_ARP);
515 sa.sll_protocol = htons(ETH_P_ARP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c476 sa.sll_protocol = htons(ETH_P_ARP);
515 sa.sll_protocol = htons(ETH_P_ARP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c492 sa.sll_protocol = htons(type);

Completed in 326 milliseconds

12