Home
last modified time | relevance | path

Searched refs:RTMGRP_NEIGH (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.cpp117 RTMGRP_IPV4_ROUTE | RTMGRP_IPV6_ROUTE | RTMGRP_NEIGH; in makeSock()
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c79 if ((sock_addr.nl_groups & RTMGRP_NEIGH) == RTMGRP_NEIGH) in recv_msg()
487 la.nl_groups = RTMGRP_NEIGH | RTMGRP_NOTIFY; in monitor_routes_thread()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h680 #define RTMGRP_NEIGH 4 macro