Home
last modified time | relevance | path

Searched refs:sll_protocol (Results 1 – 4 of 4) 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()