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

  /src/usr.sbin/ldpd/
ldp_errors.h 56 void debugp(const char *, ...) __printflike(1, 2);
tlv_stack.c 69 debugp("Invalid FEC TLV !\n");
73 debugp("Invalid LABEL TLV! (0x%.4X)\n", ntohs(l->type));
85 debugp("Label %u for:\n", ntohl(l->label));
163 debugp("Invalid FEC TLV !\n");
193 debugp("Prefix/Host withdraw: %s/%d\n", satos(&socktmp.sa),
249 debugp("SENDING LABEL TLV %s TO %s\n", satos(addr),
418 debugp("Invalid FEC TLV !\n");
431 debugp("request_respond: Bad address family\n");
445 debugp("Prefix/Host request: %s/%d\n", satos(&socktmp.sa),
socketops.c 112 debugp("INET4 socket created (%d)\n", s);
152 debugp("Join IPv4 mcast on %s\n", ifb->ifa_name);
200 debugp("INET6 socket created (%d)\n", s);
242 debugp("Join IPv6 mcast on %s\n", ifb->ifa_name);
539 debugp("Sent (IPv4) %zd bytes on %s"
607 debugp("Sent (IPv6) %zd bytes on %s "
688 debugp("recv_pdu(%d): PDU(size: %d) from: %s\n", sock,
721 debugp("Read %d bytes from address %s Length: %.4d Version: %d\n",
752 debugp("LDP holddown expired for peer %s\n",
770 debugp("Sending KeepAlive to %s\n"
    [all...]
fsm.c 67 debugp("Hello received for address: %s\n", inet_ntoa(*ladd));
68 debugp("Hello: Type: 0x%.4X Length: %.2d ID: %.8X\n", ht->type,
73 debugp("Common hello Type: 0x%.4X Length: %.2d"
241 debugp("LDP ID: %s\n", inet_ntoa(a));
mpls_routes.c 136 debugp("read_route_socket: recv error\n");
141 debugp("read_route_socket: rv > max\n");
522 debugp("Cannot get a route !(rlen=%d instead of %d) - %s\n",
557 debugp("Got only %d bytes, expecting at least %zu\n", rlen,
566 debugp("Dest %s ", satos(&so_dest->sa));
567 debugp("not like %s\n", satos(&su->sa));
614 debugp("Check route triggered by PID: %d\n", rg->m_rtm.rtm_pid);
763 debugp("[check_route] Route %s: %s / %s -> %s by PID:%d\n", oper, dest,
857 debugp("No dst\n");
871 debugp("MPLS route deleted.\n")
    [all...]
ldp_peer.c 329 debugp("Trying to add %d addresses to peer %s ... \n", n,
339 debugp("Added %d addresses\n", c);
366 debugp("Trying to delete %d addresses from peer %s ... \n", n,
375 debugp("Deleted %d addresses\n", c);
547 debugp("ldp_test_mapping: Gateway is not an LDP peer\n");
557 debugp("Cannot match prefix %s/%d to the specified peer\n",
ldp_errors.c 53 debugp(const char *fmt, ...) function in typeref:typename:void
ldp_command.c 167 debugp("Command socket created (%d)\n", s);

Completed in 22 milliseconds