Home
last modified time | relevance | path

Searched refs:GARP_PROTOCOL_ID (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/
Dgarp.h6 #define GARP_PROTOCOL_ID 0x1 macro
/linux-4.1.27/net/802/
Dgarp.c225 put_unaligned(htons(GARP_PROTOCOL_ID), &gp->protocol); in garp_pdu_init()
519 if (get_unaligned(&gp->protocol) != htons(GARP_PROTOCOL_ID)) in garp_pdu_rcv()