HomeSort by: relevance | last modified time | path
    Searched defs:route_information (Results 1 - 2 of 2) 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

Completed in 44 milliseconds