Searched refs:sll_protocol (Results 1 – 25 of 29) sorted by relevance
12
86 uint16_t sll_protocol; /* protocol */ member150 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_print()228 ether_type = EXTRACT_16BITS(&sllp->sll_protocol); in sll_if_print()
88 u_int16_t sll_protocol; /* protocol */ member
111 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()
266 ll->sll_protocol = htons(ETH_P_IP); /* IPv4 */ in eth_pton()268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in eth_pton()
183 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in specify_hw_addr()214 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in calc_hd_mcastaddr()
323 fake_p->saddr_ll.sll_protocol = htons(ETH_P_IP); /* IPv4 */ in complete_eth_addrs()
242 lla.sll_protocol = htons(ETH_P_ALL); in open_socket()
167 sa.sll_protocol = htons(type); in openInterface()
173 sa.sll_protocol = htons(type); in openInterface()
14 __be16 sll_protocol; member
638 sll.sll_protocol = htons(ETH_P_ARP); in main()650 sll.sll_protocol = htons(ETH_P_RARP); in main()
1170 ((struct sockaddr_ll *)&me)->sll_protocol = htons(ETH_P_ARP); in main()
179 printxval(ethernet_protocols, ntohs(sa_ll->sll_protocol), "ETH_P_???"); in print_sockaddr_data_ll()
227 sll.sll_protocol = htons(ETH_P_ARP); in send_probe()774 sll.sll_protocol = htons(ETH_P_ARP); in main()
1204 protocol = EXTRACT_16BITS(&shdr->sll_protocol); in swap_linux_sll_header()
1656 if ((sll->sll_protocol == LINUX_SLL_P_CAN ||1657 sll->sll_protocol == LINUX_SLL_P_CANFD) &&1856 hdrp->sll_protocol = from.sll_protocol;4700 hdrp->sll_protocol = sll->sll_protocol;5283 sll.sll_protocol = htons(ETH_P_ALL);
262 src_pk.sll_protocol = htons(ETH_P_ARP); in arping_main()
250 sockll.sll_protocol = htons(ETH_P_IPV6); in mode_raw()
594 sock.sll_protocol = htons(ETH_P_IP); in mode_raw()735 dest_sll.sll_protocol = htons(ETH_P_IP); in send_raw()
77 .sll_protocol = htons(ETH_P_IPV6), in configure_packet_socket()
328 .sll_protocol = htons(ETH_P_ALL), in check_ll()
749 ring->ll.sll_protocol = htons(ETH_P_ALL); in bind_ring()
1184 su.sll.sll_protocol = htons(protocol); in if_openrawsocket()1209 su.sll.sll_protocol = htons(protocol); in if_sendrawpacket()