Lines Matching refs:trace

255 static void trace(int, const char *, ...)
770 trace(2, " NextHop reset"); in ripflush()
772 trace(2, " NextHop %s", in ripflush()
776 trace(2, " %s/%d[%d]", in ripflush()
781 trace(2, " tag=0x%04x", in ripflush()
784 trace(2, "\n"); in ripflush()
1090 trace(1, "sendmsg: %s\n", strerror(errno)); in sendpacket()
1150 trace(1, in riprecv()
1159 trace(1, in riprecv()
1169 trace(1, "Packet too short\n"); in riprecv()
1181 trace(1, "IPv6 packet information cannot be retrieved\n"); in riprecv()
1192 trace(1, "Incorrect RIP version %d\n", rp->rip6_vers); in riprecv()
1206 trace(1, "Response from non-ll addr: %s\n", in riprecv()
1211 trace(1, "Response from non-rip port from %s\n", in riprecv()
1216 trace(1, in riprecv()
1234 trace(1, in riprecv()
1245 trace(1, "Packets to unknown interface index %d\n", idx); in riprecv()
1251 trace(1, "Invalid command %d\n", rp->rip6_cmd); in riprecv()
1269 trace(1, "\tNexthop: %s\n", inet6_n2p(&nh)); in riprecv()
1272 trace(1, "\tNexthop: %s\n", inet6_n2p(&nh)); in riprecv()
1275 trace(1, "\tInvalid Nexthop: %s\n", in riprecv()
1281 trace(1, "\tMulticast netinfo6: %s/%d [%d]\n", in riprecv()
1287 trace(1, "\tLoopback netinfo6: %s/%d [%d]\n", in riprecv()
1293 trace(1, "\tLink Local netinfo6: %s/%d [%d]\n", in riprecv()
1300 trace(1, "\tSite Local netinfo6: %s/%d [%d]\n", in riprecv()
1305 trace(2, "\tnetinfo6: %s/%d [%d]", in riprecv()
1309 trace(2, " tag=0x%04x", ntohs(np->rip6_tag) & 0xffff); in riprecv()
1314 trace(2, " [junk outside prefix]"); in riprecv()
1338 trace(2, " (filtered)\n"); in riprecv()
1342 trace(2, "\n"); in riprecv()
1489 trace(1, "\tRIP Request\n"); in riprequest()
1501 trace(1, "\tRIP Request -- whole routing table\n"); in riprequest()
1548 trace(1, "newif %s <%s>\n", ifcp->ifc_name, in ifconfig()
1555 trace(1, "%s: <%s> -> ", ifcp->ifc_name, in ifconfig()
1557 trace(1, "<%s>\n", ifflags(ifa->ifa_flags)); in ifconfig()
1575 trace(1, "join %s %s\n", ifcp->ifc_name, RIP6_DEST); in ifconfig()
1633 trace(1, "found address %s/%d -- %s\n", in ifconfig1()
1636 trace(1, "found address %s/%d\n", in ifconfig1()
1653 trace(1, "\tindex: %d, mtu: %d, metric: %d\n", in ifconfig1()
1716 trace(1, "short read from rtsock: %d (should be > %lu)\n", in rtrecv()
1737 trace(1, "bogus rtmsg: length=%d\n", in rtrecv()
1771 trace(1, "unexpected rtmsg version %d " in rtrecv()
1781 trace(1, "rtmsg type %d ignored\n", in rtrecv()
1789 trace(1, "rtmsg looped back to me, ignored\n"); in rtrecv()
1803 trace(1, "rtsock: %s (addrs=%x)\n", in rtrecv()
1834 trace(1, "\tnothing to be done, ignored\n"); in rtrecv()
1840 trace(1, "\tno destination, ignored\n"); in rtrecv()
1844 trace(1, "\taf mismatch, ignored\n"); in rtrecv()
1848 trace(1, "\tlinklocal destination, ignored\n"); in rtrecv()
1852 trace(1, "\tloopback destination, ignored\n"); in rtrecv()
1856 trace(1, "\tmulticast destination, ignored\n"); in rtrecv()
1875 trace(1, "\tsome of dst/gw/netamsk are " in rtrecv()
1885 trace(1, "\tsome of dst/gw/netamsk are " in rtrecv()
1896 trace(1, "\tnot supported yet, ignored\n"); in rtrecv()
1900 trace(1, "\tno netmask or ifa given, ignored\n"); in rtrecv()
1908 trace(1, "\tinvalid ifam_index %d, ignored\n", in rtrecv()
1920 trace(1, "rtsock: reconfigure interfaces, refresh interface routes\n"); in rtrecv()
1942 trace(1, "rtsock: read routing table again\n"); in rtrecv()
1963 trace(1, "\tother AF, ignored\n"); in rt_del()
1969 trace(1, "\taddress %s not interesting, ignored\n", in rt_del()
1986 trace(1, "\t%s is an interface route, guessing prefixlen\n", in rt_del()
2002 trace(1, "\tno matching interface route found\n"); in rt_del()
2008 trace(1, "\tunsupported af: (gw=%d)\n", sgw->sin6_family); in rt_del()
2012 trace(1, "\tdeleting %s/%d ", inet6_n2p(dst), prefix); in rt_del()
2013 trace(1, "gw %s\n", inet6_n2p(gw)); in rt_del()
2020 trace(1, "\tfind route %s/%d\n", inet6_n2p(&ni6.rip6_dest), in rt_del()
2023 trace(1, "\tno route found\n"); in rt_del()
2028 trace(1, "\tyou can delete static routes only\n"); in rt_del()
2032 trace(1, "\tgw mismatch: %s <-> ", in rt_del()
2034 trace(1, "%s\n", inet6_n2p(gw)); in rt_del()
2036 trace(1, "\troute found, age it\n"); in rt_del()
2062 trace(1, "\tother AF, ignored\n"); in rt_deladdr()
2068 trace(1, "\tdeleting %s/%d from %s\n", in rt_deladdr()
2072 trace(1, "\tno matching ifa found for %s/%d on %s\n", in rt_deladdr()
2077 trace(1, "\taddress table corrupt: back pointer does not match " in rt_deladdr()
2089 trace(1, "\tfind interface route %s/%d on %d\n", in rt_deladdr()
2097 trace(1, "\troute found, age it\n"); in rt_deladdr()
2104 trace(1, "\tnon-interface route found: %s/%d on %d\n", in rt_deladdr()
2110 trace(1, "\tno interface route found\n"); in rt_deladdr()
2117 trace(1, "\tfind p2p route %s/%d on %d\n", in rt_deladdr()
2124 trace(1, "\troute found, age it\n"); in rt_deladdr()
2132 trace(1, "\tnon-p2p route found: %s/%d on %d\n", in rt_deladdr()
2138 trace(1, "\tno p2p route found\n"); in rt_deladdr()
2171 trace(1, "route: %s on %s: " in ifrt()
2179 trace(1, "route: %s: skip unspec interface address\n", in ifrt()
2186 trace(1, "route: %s: skip loopback address\n", in ifrt()
2214 trace(1, "route: %s/%d: " in ifrt()
2228 trace(1, "route: %s/%d: register route (%s)\n", in ifrt()
2375 trace(1, "route: %s: skip unspec/linklocal " in ifrt_p2p()
2392 trace(1, "route: %s/%d: register route " in ifrt_p2p()
2404 trace(1, "route: %s/%d: update (%s on %s%s)\n", in ifrt_p2p()
2410 trace(1, "route: %s/%d: " in ifrt_p2p()
2748 trace(1, "route: %s/%d flags %s: already registered\n", in rt_entry()
2767 trace(1, "route: %s/%d flags %s", in rt_entry()
2769 trace(1, " gw %s", inet6_n2p(&rrt->rrt_gw)); in rt_entry()
2776 trace(1, " not configured\n"); in rt_entry()
2780 trace(1, " if %s sock %d", ifname, ifindex); in rt_entry()
2783 trace(1, "\n"); in rt_entry()
2789 trace(0, "***** Gateway %s is not a link-local address.\n", in rt_entry()
2791 trace(0, "***** dest(%s) if(%s) -- Not optimized.\n", in rt_entry()
2802 trace(1, "route: %s/%d flags %s: replace new route\n", in rt_entry()
2870 trace(0, "ADD: Route already exists %s/%d gw %s\n", in addroute()
2876 trace(0, "Can not write to rtsock (addroute): %s\n", in addroute()
2936 trace(0, "RTDEL: Route does not exist: %s/%d gw %s\n", in delroute()
2942 trace(0, "Can not write to rtsock (delroute): %s\n", in delroute()
3276 trace(1, "Aggregate: %s/%d for %s\n", in filterconfig()
3504 trace(int level, const char *fmt, ...) in trace() function