Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c85 uint16_t sll_protocol; /* protocol */ member
149 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()
225 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print()
/external/libpcap/pcap/
Dsll.h88 u_int16_t sll_protocol; /* protocol */ member
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_linux.c111 ll.sll_protocol = htons(proto); in l2_packet_send()
288 ll.sll_protocol = htons(protocol); in l2_packet_init()
369 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
/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/kernel-headers/original/uapi/linux/
Dif_packet.h14 __be16 sll_protocol; member
/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.c227 sll.sll_protocol = htons(ETH_P_ARP); in send_probe()
774 sll.sll_protocol = htons(ETH_P_ARP); in main()
/external/toybox/toys/pending/
Darping.c262 src_pk.sll_protocol = htons(ETH_P_ARP); in arping_main()
Ddhcp6.c250 sockll.sll_protocol = htons(ETH_P_IPV6); in mode_raw()
Ddhcp.c592 sock.sll_protocol = htons(ETH_P_IP); in mode_raw()
733 dest_sll.sll_protocol = htons(ETH_P_IP); in send_raw()
Ddhcpd.c871 dest_sll.sll_protocol = htons(ETH_P_IPV6); in send_packet6()
921 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/avahi/avahi-autoipd/
Dmain.c474 sa.sll_protocol = htons(ETH_P_ARP); in open_socket()
513 sa.sll_protocol = htons(ETH_P_ARP); in send_packet()
/external/libpcap/
Dpcap-linux.c1717 hdrp->sll_protocol = from.sll_protocol;
4533 hdrp->sll_protocol = sll->sll_protocol;
5062 sll.sll_protocol = htons(ETH_P_ALL);
/external/dhcpcd-6.8.2/
Dif-linux.c1184 su.sll.sll_protocol = htons(protocol); in if_openrawsocket()
1209 su.sll.sll_protocol = htons(protocol); in if_sendrawpacket()
/external/iproute2/ip/
Diplink.c996 me.sll_protocol = htons(ETH_P_LOOP); in get_address()
/external/strace/
Dnet.c234 ntohs(addr->ll.sll_protocol), in print_sockaddr()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c4388 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()