Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets/
H A D0001-sll_protocol-may-be-be16.patch4 Subject: [PATCH] sll_protocol may be be16
9 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));
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.cpp109 saddr.sll_protocol = htons(ETH_P_ALL); in bind_sock()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/
H A Dlibwebsockets_4.3.5.bb12 file://0001-sll_protocol-may-be-be16.patch \
/openbmc/inarp/
H A Dinarp.c118 addr.sll_protocol = htons(ETH_P_ARP); in send_arp_packet()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h152 abi_ushort sll_protocol; /* Physical layer protocol */ member
H A Dstrace.c398 ntohs(ll->sll_protocol), ll->sll_ifindex); in print_sockaddr()