Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_utils.c107 add_proto_name(RTPROT_KERNEL, "kernel"); in init_proto_names()
/external/libnl/include/linux/
Drtnetlink.h195 #define RTPROT_KERNEL 2 /* Route installed by kernel */ macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h224 #define RTPROT_KERNEL 2 /* Route installed by kernel */ macro
/external/iproute2/include/linux/
Drtnetlink.h224 #define RTPROT_KERNEL 2 /* Route installed by kernel */ macro
/external/iproute2/lib/
Drt_names.c123 [RTPROT_KERNEL] = "kernel",
/external/dhcpcd-6.8.2/
Dif-linux.c1352 nlm.rt.rtm_protocol = RTPROT_KERNEL; in if_route()
1369 if (nlm.rt.rtm_protocol == RTPROT_KERNEL) { in if_route()
1551 nlm.rt.rtm_protocol = RTPROT_KERNEL; in if_route6()