Home
last modified time | relevance | path

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

/openbmc/libmctp/utils/
H A Dmctp-capture.c12 #ifndef ETH_P_MCTP
13 #define ETH_P_MCTP 0xfa macro
71 sll2->sll2_protocol = htons(ETH_P_MCTP); in capture_binding()
110 sll2->sll2_protocol = htons(ETH_P_MCTP); in capture_socket()
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h159 #define ETH_P_MCTP 0x00FA /* Management component transport macro
/openbmc/linux/net/mctp/
H A Droute.c504 skb->protocol = htons(ETH_P_MCTP); in mctp_route_output()
947 skb->protocol = htons(ETH_P_MCTP); in mctp_local_output()
1169 .type = cpu_to_be16(ETH_P_MCTP),
/openbmc/linux/drivers/net/mctp/
H A Dmctp-serial.c284 skb->protocol = htons(ETH_P_MCTP); in mctp_serial_rx()
H A Dmctp-i3c.c118 skb->protocol = htons(ETH_P_MCTP); in mctp_i3c_read()
H A Dmctp-i2c.c315 skb->protocol = htons(ETH_P_MCTP); in mctp_i2c_recv()