Searched refs:sll_protocol (Results 1 – 6 of 6) sorted by relevance
4 Subject: [PATCH] sll_protocol may be be169 497 | sll.sll_protocol = (uint32_t)(htons((uint16_t)0x800));25 - sll.sll_protocol = (uint32_t)(htons((uint16_t)0x800));26 + sll.sll_protocol = (uint16_t)(htons((uint16_t)0x800));
109 saddr.sll_protocol = htons(ETH_P_ALL); in bind_sock()
12 file://0001-sll_protocol-may-be-be16.patch \
118 addr.sll_protocol = htons(ETH_P_ARP); in send_arp_packet()
152 abi_ushort sll_protocol; /* Physical layer protocol */ member
398 ntohs(ll->sll_protocol), ll->sll_ifindex); in print_sockaddr()