Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcp.c335 decode_rfc3442_rt(int dl, const uint8_t *data) in decode_rfc3442_rt() function
429 routes = decode_rfc3442_rt(len, p); in get_option_routes()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp.c397 decode_rfc3442_rt(rb_tree_t *routes, struct interface *ifp, in decode_rfc3442_rt() function
583 if (p && (n = decode_rfc3442_rt(routes, ifp, p, len)) != -1) { in get_option_routes()