Home
last modified time | relevance | path

Searched refs:sll_protocol (Results 1 – 19 of 19) sorted by relevance

/external/tcpdump/
Dprint-sll.c69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()
145 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print()
Dsll.h90 u_int16_t sll_protocol; /* protocol */ member
/external/dhcpcd/
Dlpf.c88 su.sll.sll_protocol = htons(protocol); in open_socket()
144 su.sll.sll_protocol = htons(protocol); in send_raw_packet()
/external/libpcap/pcap/
Dsll.h90 u_int16_t sll_protocol; /* protocol */ member
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_linux.c108 ll.sll_protocol = htons(proto); in l2_packet_send()
260 ll.sll_protocol = htons(protocol); in l2_packet_init()
338 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h14 __be16 sll_protocol; member
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c167 sa.sll_protocol = htons(type); in openInterface()
Dpppoe-discovery.c173 sa.sll_protocol = htons(type); in openInterface()
/external/iputils/
Drarpd.c638 sll.sll_protocol = htons(ETH_P_ARP); in main()
650 sll.sll_protocol = htons(ETH_P_RARP); in main()
Darping.c1170 ((struct sockaddr_ll *)&me)->sll_protocol = htons(ETH_P_ARP); in main()
/external/iproute2/misc/
Darpd.c226 sll.sll_protocol = htons(ETH_P_ARP); in send_probe()
770 sll.sll_protocol = htons(ETH_P_ARP); in main()
/external/toybox/toys/pending/
Darping.c268 src_pk.sll_protocol = htons(ETH_P_ARP); in arping_main()
Ddhcp.c594 sock.sll_protocol = htons(ETH_P_IP); in mode_raw()
735 dest_sll.sll_protocol = htons(ETH_P_IP); in send_raw()
Ddhcpd.c661 dest_sll.sll_protocol = htons(ETH_P_IP); in send_packet()
/external/android-clat/
Dclatd.c77 .sll_protocol = htons(ETH_P_IPV6), in configure_packet_socket()
/external/libpcap/
Dpcap-linux.c1628 hdrp->sll_protocol = from.sll_protocol;
4260 hdrp->sll_protocol = sll->sll_protocol;
4679 sll.sll_protocol = htons(ETH_P_ALL);
/external/iproute2/ip/
Diplink.c729 me.sll_protocol = htons(ETH_P_LOOP); in get_address()
/external/strace/
Dnet.c332 ntohs(addrbuf.ll.sll_protocol), in printsock()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c4171 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()