send_notification
send_notification(nbr->tcp, S_MISS_MSG, msg.id, msg.type);
send_notification(nbr->tcp, S_UNSUP_ADDR, msg.id, msg.type);
send_notification(nbr->tcp, S_MISS_MSG, msg.id, msg.type);
send_notification(nbr->tcp, S_MISS_MSG, msg.id,
send_notification(nbr->tcp, S_MISS_MSG, msg->id, msg->type);
send_notification(nbr->tcp, S_UNSUP_ADDR, msg->id,
send_notification(nbr->tcp, S_UNKNOWN_FEC, msg->id,
send_notification(nbr->tcp, S_UNKNOWN_FEC, msg->id, msg->type);
void send_notification(struct tcp_conn *, uint32_t, uint32_t, uint16_t);
send_notification(nbr->tcp, S_MISS_MSG,
send_notification(nbr->tcp, S_BAD_TLV_VAL,
send_notification(nbr->tcp, S_MISS_MSG,
send_notification(nbr->tcp, S_BAD_TLV_VAL,
send_notification(nbr->tcp,
send_notification(nbr->tcp, status, msg_id, msg_type);
send_notification(tcp, S_NO_HELLO, 0, 0);