Home
last modified time | relevance | path

Searched refs:RTPROT_BOOT (Results 1 – 9 of 9) sorted by relevance

/external/libnl/lib/route/
Droute_utils.c108 add_proto_name(RTPROT_BOOT, "boot"); in init_proto_names()
/external/libnl/include/linux/
Drtnetlink.h196 #define RTPROT_BOOT 3 /* Route installed during boot */ macro
/external/iproute2/include/linux/
Drtnetlink.h206 #define RTPROT_BOOT 3 /* Route installed during boot */ macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h218 #define RTPROT_BOOT 3 /* Route installed during boot */ macro
/external/iproute2/lib/
Drt_names.c115 [RTPROT_BOOT] = "boot",
/external/iproute2/ip/
Diprule.c252 req.r.rtm_protocol = RTPROT_BOOT; in iprule_modify()
Diproute.c391 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1) in print_route()
730 req.r.rtm_protocol = RTPROT_BOOT; in iproute_modify()
/external/dhcpcd/
Dif-linux.c567 nlm->rt.rtm_protocol = RTPROT_BOOT; in if_route()
/external/toybox/toys/pending/
Dip.c1923 req.msg.rtm_protocol = RTPROT_BOOT; in route_update()
2097 request.msg.rtm_protocol = RTPROT_BOOT; in ruleupdate()