HomeSort by: relevance | last modified time | path
    Searched refs:route_information (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
icmp.c 159 route_info = &option->option.route_information;
185 route_information_t *route_information; local
279 route_information = &option->option.route_information;
282 if (!dns_u8_parse(icmp_buf, length, &scan_offset, &route_information->length)) {
297 option_length, route_information->length);
301 if (!dns_u8_parse(icmp_buf, length, &scan_offset, &route_information->flags)) {
305 if (!dns_u32_parse(icmp_buf, length, &scan_offset, &route_information->route_lifetime)) {
309 in6prefix_copy_from_data(&route_information->prefix, &icmp_buf[scan_offset], prefix_bytes);
route.h 274 typedef struct route_information { struct
286 route_information_t route_information; member in union:icmp_option::__anon6019
route-tracker.c 419 (router_option->option.route_information.flags & ND_OPT_PI_FLAG_ONLINK))
428 &router_option->option.route_information.prefix,
429 router_option->option.route_information.length,
430 router_option->option.route_information.route_lifetime,
431 router_option->option.route_information.route_lifetime, true);
493 route_information_t *rio = &option->option.route_information;

Completed in 21 milliseconds