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

/systemd/src/libsystemd-network/
H A Dlldp-network.c31 typedef struct LLDPFrame { struct
34 } LLDPFrame; typedef in typeref:struct:LLDPFrame
37 BPF_STMT(BPF_LD + BPF_W + BPF_ABS, offsetof(LLDPFrame, hdr.h_dest)), /* A <- 4 bytes of destination MAC */
40 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(LLDPFrame, hdr.h_dest) + 4), /* A <- remaining 2 bytes of destination MAC */
45 BPF_STMT(BPF_LD + BPF_H + BPF_ABS, offsetof(LLDPFrame, hdr.h_proto)), /* A <- protocol */

Completed in 1145 milliseconds