Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()
145 ether_type = ntohs(sllp->sll_protocol); in sll_if_print()
Dsll.h90 u_int16_t sll_protocol; /* protocol */ member
/external/libpcap/
Dsll.h87 u_int16_t sll_protocol; /* protocol */ member
Dpcap-linux.c631 hdrp->sll_protocol = from.sll_protocol; in pcap_read_packet()
1638 sll.sll_protocol = htons(ETH_P_ALL); in iface_bind()
/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/kernel-headers/original/linux/
Dif_packet.h14 unsigned short sll_protocol; member
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_linux.c55 ll.sll_protocol = htons(proto); in l2_packet_send()
131 ll.sll_protocol = htons(protocol); in l2_packet_init()
/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/ppp/pppd/plugins/rp-pppoe/
Dif.c492 sa.sll_protocol = htons(type); in openInterface()
/external/iproute2/ip/
Diplink.c729 me.sll_protocol = htons(ETH_P_LOOP); in get_address()
/external/strace/
Dnet.c1313 ntohs(addrbuf.ll.sll_protocol), in printsock()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7367 ll.sll_protocol = htons(ETH_P_PAE); in nl80211_send_eapol_data()