Home
last modified time | relevance | path

Searched refs:GARP_PROTOCOL_ID (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dgarp.h7 #define GARP_PROTOCOL_ID 0x1 macro
/kernel/linux/linux-6.6/include/net/
H A Dgarp.h9 #define GARP_PROTOCOL_ID 0x1 macro
/kernel/linux/linux-5.10/net/802/
H A Dgarp.c235 put_unaligned(htons(GARP_PROTOCOL_ID), &gp->protocol); in garp_pdu_init()
529 if (get_unaligned(&gp->protocol) != htons(GARP_PROTOCOL_ID)) in garp_pdu_rcv()
/kernel/linux/linux-6.6/net/802/
H A Dgarp.c235 put_unaligned(htons(GARP_PROTOCOL_ID), &gp->protocol); in garp_pdu_init()
529 if (get_unaligned(&gp->protocol) != htons(GARP_PROTOCOL_ID)) in garp_pdu_rcv()

Completed in 4 milliseconds