Searched refs:debugp (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/usr.sbin/ldpd/ |
| D | socketops.c | 112 debugp("INET4 socket created (%d)\n", s); in create_hello_sockets() 152 debugp("Join IPv4 mcast on %s\n", ifb->ifa_name); in create_hello_sockets() 200 debugp("INET6 socket created (%d)\n", s); in create_hello_sockets() 242 debugp("Join IPv6 mcast on %s\n", ifb->ifa_name); in create_hello_sockets() 539 debugp("Sent (IPv4) %zd bytes on %s" in send_hello() 607 debugp("Sent (IPv6) %zd bytes on %s " in send_hello() 688 debugp("recv_pdu(%d): PDU(size: %d) from: %s\n", sock, in recv_pdu() 721 debugp("Read %d bytes from address %s Length: %.4d Version: %d\n", in recv_pdu() 752 debugp("LDP holddown expired for peer %s\n", in send_hello_alarm() 770 debugp("Sending KeepAlive to %s\n", in send_hello_alarm() [all …]
|
| D | tlv_stack.c | 69 debugp("Invalid FEC TLV !\n"); in map_label() 73 debugp("Invalid LABEL TLV! (0x%.4X)\n", ntohs(l->type)); in map_label() 85 debugp("Label %u for:\n", ntohl(l->label)); in map_label() 163 debugp("Invalid FEC TLV !\n"); in withdraw_label() 193 debugp("Prefix/Host withdraw: %s/%d\n", satos(&socktmp.sa), in withdraw_label() 249 debugp("SENDING LABEL TLV %s TO %s\n", satos(addr), in send_label_tlv() 418 debugp("Invalid FEC TLV !\n"); in request_respond() 431 debugp("request_respond: Bad address family\n"); in request_respond() 445 debugp("Prefix/Host request: %s/%d\n", satos(&socktmp.sa), in request_respond()
|
| D | 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); in check_route() 763 debugp("[check_route] Route %s: %s / %s -> %s by PID:%d\n", oper, dest, in check_route() 857 debugp("No dst\n"); in bind_current_routes() 871 debugp("MPLS route deleted.\n"); in bind_current_routes() [all …]
|
| D | fsm.c | 67 debugp("Hello received for address: %s\n", inet_ntoa(*ladd)); in run_ldp_hello() 68 debugp("Hello: Type: 0x%.4X Length: %.2d ID: %.8X\n", ht->type, in run_ldp_hello() 73 debugp("Common hello Type: 0x%.4X Length: %.2d" in run_ldp_hello() 241 debugp("LDP ID: %s\n", inet_ntoa(a)); in set_my_ldp_id()
|
| D | ldp_peer.c | 329 debugp("Trying to add %d addresses to peer %s ... \n", n, in add_ifaddresses() 339 debugp("Added %d addresses\n", c); in add_ifaddresses() 366 debugp("Trying to delete %d addresses from peer %s ... \n", n, in del_ifaddresses() 375 debugp("Deleted %d addresses\n", c); in del_ifaddresses() 547 debugp("ldp_test_mapping: Gateway is not an LDP peer\n"); in ldp_test_mapping() 557 debugp("Cannot match prefix %s/%d to the specified peer\n", in ldp_test_mapping()
|
| D | ldp_errors.h | 56 void debugp(const char *, ...) __printflike(1, 2);
|
| D | ldp_errors.c | 53 debugp(const char *fmt, ...) in debugp() function
|
| D | ldp_command.c | 167 debugp("Command socket created (%d)\n", s); in create_command_socket()
|