Home
last modified time | relevance | path

Searched refs:rrt (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dhost.c41 static const struct rrt { struct
46 } rrt[] = { variable
109 for (i=0; i<ARRAY_LEN(rrt); i++) { in host_main()
110 if (rrt[i].name && !strcasecmp(TT.type_str, rrt[i].name)) { in host_main()
165 switch (type<ARRAY_LEN(rrt) ? rrt[type].pl : 0) { in host_main()
167 inet_ntop(rrt[type].af, p, plname, sizeof(plname)); in host_main()
208 printf("%s\t%u\tIN %s\t%s\n", rrname, ttl, rrt[type].name, plname); in host_main()
209 else if (rrt[typ in host_main()
[all...]

Completed in 1 milliseconds